Mercurial > hg > octave-nkf
comparison src/variables.cc @ 2806:187d5321cfa3
[project @ 1997-03-11 05:13:15 by jwe]
author | jwe |
---|---|
date | Tue, 11 Mar 1997 05:13:25 +0000 |
parents | bca5fbab2e52 |
children | 60ae49e1284f |
comparison
equal
deleted
inserted
replaced
2805:68e6d0c93fc8 | 2806:187d5321cfa3 |
---|---|
99 // The number of lines to keep in the history file. | 99 // The number of lines to keep in the history file. |
100 static int Vhistory_size; | 100 static int Vhistory_size; |
101 | 101 |
102 // Should Octave always check to see if function files have changed | 102 // Should Octave always check to see if function files have changed |
103 // since they were last compiled? | 103 // since they were last compiled? |
104 static bool Vignore_function_time_stamp; | 104 static int Vignore_function_time_stamp; |
105 | 105 |
106 // TRUE if we are saving history. | 106 // TRUE if we are saving history. |
107 static int Vsaving_history; | 107 static int Vsaving_history; |
108 | 108 |
109 // Symbol table for symbols at the top level. | 109 // Symbol table for symbols at the top level. |
1665 symbols_of_pr_output (); | 1665 symbols_of_pr_output (); |
1666 symbols_of_pt_fcn (); | 1666 symbols_of_pt_fcn (); |
1667 symbols_of_pt_mat (); | 1667 symbols_of_pt_mat (); |
1668 symbols_of_pt_plot (); | 1668 symbols_of_pt_plot (); |
1669 symbols_of_syscalls (); | 1669 symbols_of_syscalls (); |
1670 symbols_of_toplev (); | |
1670 symbols_of_value (); | 1671 symbols_of_value (); |
1671 symbols_of_variables (); | 1672 symbols_of_variables (); |
1672 } | 1673 } |
1673 | 1674 |
1674 // Deleting names from the symbol tables. | 1675 // Deleting names from the symbol tables. |