Mercurial > hg > octave-nkf
comparison liboctave/cmd-edit.h @ 3215:bc3fdfe311a3
[project @ 1998-11-10 14:06:21 by jwe]
author | jwe |
---|---|
date | Tue, 10 Nov 1998 14:12:07 +0000 |
parents | bef7b73c0724 |
children | 30770ba4457a |
comparison
equal
deleted
inserted
replaced
3214:8cc04ca5b4ca | 3215:bc3fdfe311a3 |
---|---|
83 | 83 |
84 static void set_startup_hook (fcn f); | 84 static void set_startup_hook (fcn f); |
85 | 85 |
86 static void restore_startup_hook (void); | 86 static void restore_startup_hook (void); |
87 | 87 |
88 static void set_event_hook (fcn f); | |
89 | |
90 static void restore_event_hook (void); | |
91 | |
88 static void read_init_file (const string& file = string ()); | 92 static void read_init_file (const string& file = string ()); |
89 | 93 |
90 static int current_command_number (void); | 94 static int current_command_number (void); |
91 | 95 |
92 static void reset_current_command_number (int n); | 96 static void reset_current_command_number (int n); |
156 | 160 |
157 virtual void do_set_startup_hook (fcn) { } | 161 virtual void do_set_startup_hook (fcn) { } |
158 | 162 |
159 virtual void do_restore_startup_hook (void) { } | 163 virtual void do_restore_startup_hook (void) { } |
160 | 164 |
165 virtual void do_set_event_hook (fcn) { } | |
166 | |
167 virtual void do_restore_event_hook (void) { } | |
168 | |
161 virtual void do_read_init_file (const string&) { } | 169 virtual void do_read_init_file (const string&) { } |
162 | 170 |
163 int read_octal (const string& s); | 171 int read_octal (const string& s); |
164 | 172 |
165 void error (int); | 173 void error (int); |