Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | de805c49cfc1 |
children | da8ed4261e83 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: Not in FSF. */ | 21 /* Synched up with: Not in FSF. */ |
22 | 22 |
23 #ifndef INCLUDED_symsinit_h_ | 23 #ifndef _XEMACS_SYMSINIT_H_ |
24 #define INCLUDED_symsinit_h_ | 24 #define _XEMACS_SYMSINIT_H_ |
25 | 25 |
26 /* Earliest environment initializations (dump-time and run-time). */ | 26 /* Earliest environment initializations (dump-time and run-time). */ |
27 | 27 |
28 void init_data_very_early (void); | 28 void init_data_very_early (void); |
29 void init_floatfns_very_early (void); | 29 void init_floatfns_very_early (void); |
31 void init_intl_very_early (void); | 31 void init_intl_very_early (void); |
32 void init_process_times_very_early (void); | 32 void init_process_times_very_early (void); |
33 void init_ralloc (void); | 33 void init_ralloc (void); |
34 void init_signals_very_early (void); | 34 void init_signals_very_early (void); |
35 | 35 |
36 /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */ | 36 /* Early Lisp-engine initialization (dump-time only). */ |
37 | 37 |
38 void init_alloc_once_early (void); | 38 void init_alloc_once_early (void); |
39 void reinit_alloc_once_early (void); | |
40 void init_symbols_once_early (void); | 39 void init_symbols_once_early (void); |
41 void reinit_symbols_once_early (void); | |
42 void init_errors_once_early (void); | 40 void init_errors_once_early (void); |
43 void reinit_opaque_once_early (void); | |
44 void init_opaque_once_early (void); | 41 void init_opaque_once_early (void); |
45 | 42 |
46 /* Declare the built-in symbols and primitives (dump-time only). */ | 43 /* Declare the built-in symbols and primitives (dump-time only). */ |
47 | 44 |
48 void syms_of_abbrev (void); | 45 void syms_of_abbrev (void); |
96 void syms_of_glyphs_x (void); | 93 void syms_of_glyphs_x (void); |
97 void syms_of_glyphs_eimage (void); | 94 void syms_of_glyphs_eimage (void); |
98 void syms_of_glyphs_widget (void); | 95 void syms_of_glyphs_widget (void); |
99 void syms_of_glyphs_mswindows (void); | 96 void syms_of_glyphs_mswindows (void); |
100 void syms_of_glyphs (void); | 97 void syms_of_glyphs (void); |
101 void syms_of_gui_mswindows (void); | |
102 void syms_of_gui_x (void); | 98 void syms_of_gui_x (void); |
103 void syms_of_gui (void); | 99 void syms_of_gui (void); |
104 void syms_of_gutter (void); | |
105 void syms_of_indent (void); | 100 void syms_of_indent (void); |
106 void syms_of_input_method_xlib (void); | |
107 void syms_of_intl (void); | 101 void syms_of_intl (void); |
108 void syms_of_keymap (void); | 102 void syms_of_keymap (void); |
109 void syms_of_lread (void); | 103 void syms_of_lread (void); |
110 void syms_of_macros (void); | 104 void syms_of_macros (void); |
111 void syms_of_marker (void); | 105 void syms_of_marker (void); |
117 void syms_of_module (void); | 111 void syms_of_module (void); |
118 void syms_of_mule (void); | 112 void syms_of_mule (void); |
119 void syms_of_mule_canna (void); | 113 void syms_of_mule_canna (void); |
120 void syms_of_mule_ccl (void); | 114 void syms_of_mule_ccl (void); |
121 void syms_of_mule_charset (void); | 115 void syms_of_mule_charset (void); |
122 void syms_of_file_coding (void); | 116 void syms_of_mule_coding (void); |
123 void syms_of_mule_wnn (void); | 117 void syms_of_mule_wnn (void); |
124 void syms_of_ntproc (void); | 118 void syms_of_ntproc (void); |
125 void syms_of_objects_tty (void); | 119 void syms_of_objects_tty (void); |
126 void syms_of_objects_x (void); | 120 void syms_of_objects_x (void); |
127 void syms_of_objects_mswindows (void); | 121 void syms_of_objects_mswindows (void); |
134 void syms_of_rangetab (void); | 128 void syms_of_rangetab (void); |
135 void syms_of_redisplay (void); | 129 void syms_of_redisplay (void); |
136 void syms_of_scrollbar (void); | 130 void syms_of_scrollbar (void); |
137 void syms_of_scrollbar_mswindows(void); | 131 void syms_of_scrollbar_mswindows(void); |
138 void syms_of_search (void); | 132 void syms_of_search (void); |
139 void syms_of_select (void); | |
140 void syms_of_select_mswindows (void); | 133 void syms_of_select_mswindows (void); |
141 void syms_of_signal (void); | 134 void syms_of_signal (void); |
142 void syms_of_sound (void); | 135 void syms_of_sound (void); |
143 void syms_of_specifier (void); | 136 void syms_of_specifier (void); |
144 void syms_of_sunpro (void); | 137 void syms_of_sunpro (void); |
145 void syms_of_symbols (void); | 138 void syms_of_symbols (void); |
146 void syms_of_syntax (void); | 139 void syms_of_syntax (void); |
147 void syms_of_tests (void); | |
148 void syms_of_toolbar (void); | 140 void syms_of_toolbar (void); |
149 void syms_of_tooltalk (void); | 141 void syms_of_tooltalk (void); |
150 void syms_of_undo (void); | 142 void syms_of_undo (void); |
151 void syms_of_widget (void); | 143 void syms_of_widget (void); |
152 void syms_of_window (void); | 144 void syms_of_window (void); |
153 void syms_of_select_x (void); | 145 void syms_of_xselect (void); |
154 void syms_of_eldap (void); | 146 void syms_of_eldap (void); |
155 void syms_of_postgresql (void); | 147 |
156 void syms_of_gpmevent (void); | 148 /* Initialize the console types (dump-time only). */ |
157 | |
158 /* Initialize the console types (dump-time but for reinit_). */ | |
159 | 149 |
160 void console_type_create (void); | 150 void console_type_create (void); |
161 void console_type_create_stream (void); | 151 void console_type_create_stream (void); |
162 void reinit_console_type_create_stream (void); | |
163 void console_type_create_tty (void); | 152 void console_type_create_tty (void); |
164 void reinit_console_type_create_tty (void); | |
165 void console_type_create_device_tty (void); | 153 void console_type_create_device_tty (void); |
166 void console_type_create_frame_tty (void); | 154 void console_type_create_frame_tty (void); |
167 void console_type_create_objects_tty (void); | 155 void console_type_create_objects_tty (void); |
168 void console_type_create_redisplay_tty (void); | 156 void console_type_create_redisplay_tty (void); |
169 void console_type_create_x (void); | 157 void console_type_create_x (void); |
170 void reinit_console_type_create_x (void); | |
171 void console_type_create_device_x (void); | 158 void console_type_create_device_x (void); |
172 void reinit_console_type_create_device_x (void); | |
173 void console_type_create_frame_x (void); | 159 void console_type_create_frame_x (void); |
174 void console_type_create_glyphs_x (void); | 160 void console_type_create_glyphs_x (void); |
175 void console_type_create_menubar_x (void); | 161 void console_type_create_menubar_x (void); |
176 void console_type_create_objects_x (void); | 162 void console_type_create_objects_x (void); |
177 void console_type_create_redisplay_x (void); | 163 void console_type_create_redisplay_x (void); |
178 void console_type_create_scrollbar_x (void); | 164 void console_type_create_scrollbar_x (void); |
179 void console_type_create_select_x (void); | |
180 void console_type_create_toolbar_x (void); | 165 void console_type_create_toolbar_x (void); |
181 void console_type_create_dialog_x (void); | 166 void console_type_create_dialog_x (void); |
182 void console_type_create_mswindows (void); | 167 void console_type_create_mswindows (void); |
183 void reinit_console_type_create_mswindows (void); | |
184 void console_type_create_device_mswindows (void); | 168 void console_type_create_device_mswindows (void); |
185 void console_type_create_frame_mswindows (void); | 169 void console_type_create_frame_mswindows (void); |
186 void console_type_create_menubar_mswindows (void); | 170 void console_type_create_menubar_mswindows (void); |
187 void console_type_create_objects_mswindows (void); | 171 void console_type_create_objects_mswindows (void); |
188 void console_type_create_redisplay_mswindows (void); | 172 void console_type_create_redisplay_mswindows (void); |
189 void console_type_create_scrollbar_mswindows (void); | 173 void console_type_create_scrollbar_mswindows (void); |
190 void console_type_create_toolbar_mswindows (void); | 174 void console_type_create_toolbar_mswindows (void); |
191 void console_type_create_glyphs_mswindows (void); | 175 void console_type_create_glyphs_mswindows (void); |
192 void console_type_create_dialog_mswindows (void); | 176 void console_type_create_dialog_mswindows (void); |
193 void console_type_create_select_mswindows (void); | |
194 | 177 |
195 /* Initialize the specifier types (dump-time only). */ | 178 /* Initialize the specifier types (dump-time only). */ |
196 | 179 |
197 void specifier_type_create (void); | 180 void specifier_type_create (void); |
198 void reinit_specifier_type_create (void); | |
199 void specifier_type_create_image (void); | 181 void specifier_type_create_image (void); |
200 void reinit_specifier_type_create_image (void); | |
201 void specifier_type_create_gutter (void); | |
202 void reinit_specifier_type_create_gutter (void); | |
203 void specifier_type_create_objects (void); | 182 void specifier_type_create_objects (void); |
204 void reinit_specifier_type_create_objects (void); | |
205 void specifier_type_create_toolbar (void); | 183 void specifier_type_create_toolbar (void); |
206 void reinit_specifier_type_create_toolbar (void); | |
207 | 184 |
208 /* Initialize the structure types (dump-time only). */ | 185 /* Initialize the structure types (dump-time only). */ |
209 | 186 |
210 void structure_type_create (void); | 187 void structure_type_create (void); |
211 void structure_type_create_chartab (void); | 188 void structure_type_create_chartab (void); |
218 void image_instantiator_format_create (void); | 195 void image_instantiator_format_create (void); |
219 void image_instantiator_format_create_glyphs_eimage (void); | 196 void image_instantiator_format_create_glyphs_eimage (void); |
220 void image_instantiator_format_create_glyphs_widget (void); | 197 void image_instantiator_format_create_glyphs_widget (void); |
221 void image_instantiator_format_create_glyphs_x (void); | 198 void image_instantiator_format_create_glyphs_x (void); |
222 void image_instantiator_format_create_glyphs_mswindows (void); | 199 void image_instantiator_format_create_glyphs_mswindows (void); |
223 void image_instantiator_format_create_glyphs_tty (void); | |
224 | 200 |
225 /* Initialize the lstream types (dump-time only). */ | 201 /* Initialize the lstream types (dump-time only). */ |
226 | 202 |
227 void lstream_type_create (void); | 203 void lstream_type_create (void); |
228 void lstream_type_create_file_coding (void); | 204 void lstream_type_create_mule_coding (void); |
229 void lstream_type_create_print (void); | 205 void lstream_type_create_print (void); |
230 void lstream_type_create_mswindows_selectable (void); | 206 void lstream_type_create_mswindows_selectable (void); |
231 | 207 |
232 /* Initialize process types */ | 208 /* Initialize process types */ |
233 | 209 |
236 | 212 |
237 /* Allow for Fprovide() (dump-time only). */ | 213 /* Allow for Fprovide() (dump-time only). */ |
238 | 214 |
239 void init_provide_once (void); | 215 void init_provide_once (void); |
240 | 216 |
241 /* Initialize most variables (dump-time for vars_, run-time for reinit_vars). */ | 217 /* Initialize most variables (dump-time only). */ |
242 | 218 |
243 void vars_of_abbrev (void); | 219 void vars_of_abbrev (void); |
244 void vars_of_alloc (void); | 220 void vars_of_alloc (void); |
245 void vars_of_balloon_x (void); | 221 void vars_of_balloon_x (void); |
246 void vars_of_buffer (void); | 222 void vars_of_buffer (void); |
247 void reinit_vars_of_buffer (void); | |
248 void vars_of_bytecode (void); | 223 void vars_of_bytecode (void); |
249 void vars_of_callint (void); | 224 void vars_of_callint (void); |
250 void vars_of_callproc (void); | 225 void vars_of_callproc (void); |
251 void vars_of_chartab (void); | |
252 void vars_of_cmdloop (void); | 226 void vars_of_cmdloop (void); |
253 void vars_of_cmds (void); | 227 void vars_of_cmds (void); |
254 void vars_of_console (void); | 228 void vars_of_console (void); |
255 void reinit_vars_of_console (void); | |
256 void vars_of_console_stream (void); | 229 void vars_of_console_stream (void); |
257 void vars_of_console_mswindows (void); | 230 void vars_of_console_mswindows (void); |
258 void vars_of_console_tty (void); | 231 void vars_of_console_tty (void); |
259 void vars_of_data (void); | 232 void vars_of_data (void); |
260 void vars_of_database (void); | 233 void vars_of_database (void); |
261 void vars_of_debug (void); | 234 void vars_of_debug (void); |
262 void reinit_vars_of_debug (void); | |
263 void vars_of_device (void); | 235 void vars_of_device (void); |
264 void reinit_vars_of_device (void); | |
265 void vars_of_device_mswindows (void); | 236 void vars_of_device_mswindows (void); |
266 void vars_of_device_x (void); | 237 void vars_of_device_x (void); |
267 void reinit_vars_of_device_x (void); | |
268 void vars_of_dialog (void); | 238 void vars_of_dialog (void); |
269 void vars_of_dialog_x (void); | 239 void vars_of_dialog_x (void); |
270 void vars_of_dialog_mswindows (void); | 240 void vars_of_dialog_mswindows (void); |
271 void vars_of_dired (void); | 241 void vars_of_dired (void); |
272 void vars_of_dired_mswindows (void); | 242 void vars_of_dired_mswindows (void); |
274 void vars_of_dragdrop (void); | 244 void vars_of_dragdrop (void); |
275 void vars_of_editfns (void); | 245 void vars_of_editfns (void); |
276 void vars_of_elhash (void); | 246 void vars_of_elhash (void); |
277 void vars_of_emacs (void); | 247 void vars_of_emacs (void); |
278 void vars_of_eval (void); | 248 void vars_of_eval (void); |
279 void reinit_vars_of_eval (void); | |
280 void vars_of_event_stream (void); | 249 void vars_of_event_stream (void); |
281 void reinit_vars_of_event_stream (void); | |
282 void vars_of_event_tty (void); | 250 void vars_of_event_tty (void); |
283 void reinit_vars_of_event_tty (void); | |
284 void vars_of_event_mswindows (void); | 251 void vars_of_event_mswindows (void); |
285 void reinit_vars_of_event_mswindows (void); | |
286 void vars_of_event_Xt (void); | 252 void vars_of_event_Xt (void); |
287 void reinit_vars_of_event_Xt (void); | |
288 void vars_of_events (void); | 253 void vars_of_events (void); |
289 void reinit_vars_of_events (void); | |
290 void vars_of_extents (void); | 254 void vars_of_extents (void); |
291 void reinit_vars_of_extents (void); | |
292 void vars_of_faces (void); | 255 void vars_of_faces (void); |
293 void vars_of_fileio (void); | 256 void vars_of_fileio (void); |
294 void reinit_vars_of_fileio (void); | |
295 void vars_of_filelock (void); | 257 void vars_of_filelock (void); |
296 void vars_of_floatfns (void); | 258 void vars_of_floatfns (void); |
297 void vars_of_font_lock (void); | 259 void vars_of_font_lock (void); |
298 void reinit_vars_of_font_lock (void); | |
299 void vars_of_frame_tty (void); | 260 void vars_of_frame_tty (void); |
300 void vars_of_frame_mswindows (void); | 261 void vars_of_frame_mswindows (void); |
301 void reinit_vars_of_frame_mswindows (void); | |
302 void vars_of_frame_x (void); | 262 void vars_of_frame_x (void); |
303 void vars_of_frame (void); | 263 void vars_of_frame (void); |
304 void vars_of_glyphs_x (void); | 264 void vars_of_glyphs_x (void); |
305 void vars_of_glyphs_eimage (void); | 265 void vars_of_glyphs_eimage (void); |
306 void vars_of_glyphs_widget (void); | 266 void vars_of_glyphs_widget (void); |
307 void reinit_vars_of_glyphs_widget (void); | |
308 void vars_of_glyphs_mswindows (void); | 267 void vars_of_glyphs_mswindows (void); |
309 void vars_of_glyphs (void); | 268 void vars_of_glyphs (void); |
310 void reinit_vars_of_glyphs (void); | |
311 void vars_of_gui_x (void); | 269 void vars_of_gui_x (void); |
312 void reinit_vars_of_gui_x (void); | |
313 void vars_of_gui (void); | 270 void vars_of_gui (void); |
314 void vars_of_gutter (void); | |
315 void vars_of_input_method_motif (void); | 271 void vars_of_input_method_motif (void); |
316 void vars_of_input_method_xlib (void); | 272 void vars_of_input_method_xlib (void); |
317 void vars_of_indent (void); | 273 void vars_of_indent (void); |
318 void vars_of_insdel (void); | 274 void vars_of_insdel (void); |
319 void reinit_vars_of_insdel (void); | |
320 void vars_of_intl (void); | 275 void vars_of_intl (void); |
321 void vars_of_keymap (void); | 276 void vars_of_keymap (void); |
322 void vars_of_lread (void); | 277 void vars_of_lread (void); |
323 void reinit_vars_of_lread (void); | |
324 void vars_of_lstream (void); | 278 void vars_of_lstream (void); |
325 void reinit_vars_of_lstream (void); | |
326 void vars_of_macros (void); | 279 void vars_of_macros (void); |
327 void vars_of_md5 (void); | 280 void vars_of_md5 (void); |
328 void vars_of_menubar_x (void); | 281 void vars_of_menubar_x (void); |
329 void reinit_vars_of_menubar_x (void); | |
330 void vars_of_menubar (void); | 282 void vars_of_menubar (void); |
331 void vars_of_menubar_mswindows (void); | 283 void vars_of_menubar_mswindows (void); |
332 void vars_of_minibuf (void); | 284 void vars_of_minibuf (void); |
333 void reinit_vars_of_minibuf (void); | |
334 void vars_of_module (void); | 285 void vars_of_module (void); |
335 void reinit_vars_of_module (void); | |
336 void vars_of_mule (void); | 286 void vars_of_mule (void); |
337 void vars_of_mule_canna (void); | 287 void vars_of_mule_canna (void); |
338 void vars_of_mule_ccl(void); | |
339 void vars_of_mule_charset (void); | 288 void vars_of_mule_charset (void); |
340 void vars_of_file_coding (void); | 289 void vars_of_mule_coding (void); |
341 void vars_of_mule_wnn (void); | 290 void vars_of_mule_wnn (void); |
342 void reinit_vars_of_mule_wnn (void); | |
343 void vars_of_nt (void); | |
344 void vars_of_ntproc (void); | |
345 void vars_of_objects (void); | 291 void vars_of_objects (void); |
346 void reinit_vars_of_objects (void); | |
347 void vars_of_objects_tty (void); | 292 void vars_of_objects_tty (void); |
348 void vars_of_objects_mswindows (void); | 293 void vars_of_objects_mswindows (void); |
349 void vars_of_objects_x (void); | 294 void vars_of_objects_x (void); |
350 void vars_of_print (void); | 295 void vars_of_print (void); |
351 void reinit_vars_of_print (void); | |
352 void vars_of_process (void); | 296 void vars_of_process (void); |
353 void vars_of_process_nt (void); | 297 void vars_of_process_nt (void); |
354 void vars_of_process_unix (void); | 298 void vars_of_process_unix (void); |
355 void vars_of_profile (void); | 299 void vars_of_profile (void); |
356 void vars_of_ralloc (void); | 300 void vars_of_ralloc (void); |
357 void vars_of_redisplay (void); | 301 void vars_of_redisplay (void); |
358 void reinit_vars_of_redisplay (void); | |
359 void vars_of_scrollbar_x (void); | 302 void vars_of_scrollbar_x (void); |
360 void reinit_vars_of_scrollbar_x (void); | |
361 void vars_of_scrollbar (void); | 303 void vars_of_scrollbar (void); |
362 void vars_of_scrollbar_mswindows (void); | 304 void vars_of_scrollbar_mswindows (void); |
363 void vars_of_search (void); | 305 void vars_of_search (void); |
364 void reinit_vars_of_search (void); | |
365 void vars_of_select (void); | |
366 void vars_of_select_mswindows (void); | 306 void vars_of_select_mswindows (void); |
367 void vars_of_sound (void); | 307 void vars_of_sound (void); |
368 void vars_of_specifier (void); | 308 void vars_of_specifier (void); |
369 void vars_of_sunpro (void); | 309 void vars_of_sunpro (void); |
370 void vars_of_symbols (void); | 310 void vars_of_symbols (void); |
371 void vars_of_syntax (void); | 311 void vars_of_syntax (void); |
372 void vars_of_tests (void); | |
373 void vars_of_toolbar (void); | 312 void vars_of_toolbar (void); |
374 void vars_of_tooltalk (void); | 313 void vars_of_tooltalk (void); |
375 void vars_of_undo (void); | 314 void vars_of_undo (void); |
376 void reinit_vars_of_undo (void); | |
377 void vars_of_window (void); | 315 void vars_of_window (void); |
378 void reinit_vars_of_window (void); | 316 void vars_of_xselect (void); |
379 void vars_of_select_x (void); | |
380 void reinit_vars_of_select_x (void); | |
381 void vars_of_eldap (void); | 317 void vars_of_eldap (void); |
382 void vars_of_postgresql (void); | |
383 void vars_of_gpmevent (void); | |
384 | 318 |
385 /* Initialize specifier variables (dump-time only). */ | 319 /* Initialize specifier variables (dump-time only). */ |
386 | 320 |
387 void specifier_vars_of_glyphs (void); | 321 void specifier_vars_of_glyphs (void); |
388 void specifier_vars_of_gutter (void); | |
389 void specifier_vars_of_menubar (void); | 322 void specifier_vars_of_menubar (void); |
390 void specifier_vars_of_redisplay (void); | 323 void specifier_vars_of_redisplay (void); |
391 void specifier_vars_of_scrollbar (void); | 324 void specifier_vars_of_scrollbar (void); |
392 void specifier_vars_of_toolbar (void); | 325 void specifier_vars_of_toolbar (void); |
393 void specifier_vars_of_window (void); | 326 void specifier_vars_of_window (void); |
394 | 327 |
395 /* Initialize variables with complex dependencies | 328 /* Initialize variables with complex dependencies |
396 on other variables (dump-time for complex_vars_, run-time for reinit_). */ | 329 on other variables (dump-time only). */ |
397 | 330 |
398 void complex_vars_of_regex (void); | 331 void complex_vars_of_regex (void); |
399 void complex_vars_of_search (void); | 332 void complex_vars_of_search (void); |
400 void complex_vars_of_event_stream (void); | 333 void complex_vars_of_event_stream (void); |
401 void complex_vars_of_extents (void); | 334 void complex_vars_of_extents (void); |
402 void complex_vars_of_faces (void); | 335 void complex_vars_of_faces (void); |
403 void complex_vars_of_mule_charset (void); | 336 void complex_vars_of_mule_charset (void); |
404 void complex_vars_of_file_coding (void); | 337 void complex_vars_of_mule_coding (void); |
405 void complex_vars_of_glyphs (void); | 338 void complex_vars_of_glyphs (void); |
406 void complex_vars_of_glyphs_x (void); | 339 void complex_vars_of_glyphs_x (void); |
407 void complex_vars_of_glyphs_mswindows (void); | 340 void complex_vars_of_glyphs_mswindows (void); |
408 void complex_vars_of_alloc (void); | 341 void complex_vars_of_alloc (void); |
409 void complex_vars_of_menubar (void); | 342 void complex_vars_of_menubar (void); |
411 void complex_vars_of_frame (void); | 344 void complex_vars_of_frame (void); |
412 void complex_vars_of_casetab (void); | 345 void complex_vars_of_casetab (void); |
413 void complex_vars_of_syntax (void); | 346 void complex_vars_of_syntax (void); |
414 void complex_vars_of_chartab (void); | 347 void complex_vars_of_chartab (void); |
415 void complex_vars_of_buffer (void); | 348 void complex_vars_of_buffer (void); |
416 void reinit_complex_vars_of_buffer (void); | |
417 void complex_vars_of_console (void); | 349 void complex_vars_of_console (void); |
418 void reinit_complex_vars_of_console (void); | |
419 void complex_vars_of_emacs (void); | 350 void complex_vars_of_emacs (void); |
420 void complex_vars_of_minibuf (void); | 351 void complex_vars_of_minibuf (void); |
421 void reinit_complex_vars_of_minibuf (void); | |
422 void complex_vars_of_callproc (void); | 352 void complex_vars_of_callproc (void); |
353 void complex_vars_of_filelock (void); | |
423 void complex_vars_of_keymap (void); | 354 void complex_vars_of_keymap (void); |
424 | 355 |
425 /* Reset the Lisp engine (run-time only). */ | 356 /* Reset the Lisp engine (run-time only). */ |
426 | 357 |
427 void reinit_alloc (void); | 358 void reinit_alloc (void); |
430 /* Late initialization -- stuff pertaining only to interactive usage, | 361 /* Late initialization -- stuff pertaining only to interactive usage, |
431 I/O, or Lisp reading. (Dump-time and run-time.) */ | 362 I/O, or Lisp reading. (Dump-time and run-time.) */ |
432 | 363 |
433 void init_buffer (void); | 364 void init_buffer (void); |
434 void init_callproc (void); | 365 void init_callproc (void); |
435 void init_console_stream (int reinit); | 366 void init_console_stream (void); |
436 void init_device_tty (void); | 367 void init_device_tty (void); |
368 void init_dosfns (void); | |
437 void init_editfns (void); | 369 void init_editfns (void); |
438 void init_environment (void); | 370 void init_environment (void); |
439 void init_event_Xt_late (void); | 371 void init_event_Xt_late (void); |
440 void init_event_stream (void); | 372 void init_event_stream (void); |
441 void init_event_tty_late (void); | 373 void init_event_tty_late (void); |
448 /* Not named init_process in order to avoid conflict with NS 3.3 */ | 380 /* Not named init_process in order to avoid conflict with NS 3.3 */ |
449 void init_xemacs_process (void); | 381 void init_xemacs_process (void); |
450 void init_redisplay (void); | 382 void init_redisplay (void); |
451 void init_sunpro (void); | 383 void init_sunpro (void); |
452 | 384 |
453 #endif /* INCLUDED_symsinit_h_ */ | 385 #endif /* _XEMACS_SYMSINIT_H_ */ |