XEmacs 21.4.10 "Military Intelligence".
[chise/xemacs-chise.git.1] / src / symsinit.h
1 /* Various initialization function prototypes.
2    Copyright (C) 1995 Board of Trustees, University of Illinois.
3
4 This file is part of XEmacs.
5
6 XEmacs is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2, or (at your option) any
9 later version.
10
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING.  If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Synched up with: Not in FSF. */
22
23 #ifndef INCLUDED_symsinit_h_
24 #define INCLUDED_symsinit_h_
25
26 /* Earliest environment initializations (dump-time and run-time). */
27
28 void init_data_very_early (void);
29 void init_floatfns_very_early (void);
30 void init_free_hook (void);
31 void init_intl_very_early (void);
32 void init_process_times_very_early (void);
33 void init_ralloc (void);
34 void init_signals_very_early (void);
35 void init_mswindows_very_early (void);
36
37 /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */
38
39 void init_alloc_once_early (void);
40 void reinit_alloc_once_early (void);
41 void init_symbols_once_early (void);
42 void reinit_symbols_once_early (void);
43 void init_errors_once_early (void);
44 void reinit_opaque_once_early (void);
45 void init_opaque_once_early (void);
46
47 /* Declare the built-in symbols and primitives (dump-time only). */
48
49 void syms_of_abbrev (void);
50 void syms_of_alloc (void);
51 void syms_of_balloon_x (void);
52 void syms_of_buffer (void);
53 void syms_of_bytecode (void);
54 void syms_of_callint (void);
55 void syms_of_callproc (void);
56 void syms_of_casefiddle (void);
57 void syms_of_casetab (void);
58 void syms_of_chartab (void);
59 void syms_of_cmdloop (void);
60 void syms_of_cmds (void);
61 void syms_of_console_tty (void);
62 void syms_of_console_mswindows (void);
63 void syms_of_console (void);
64 void syms_of_data (void);
65 void syms_of_database (void);
66 void syms_of_debug (void);
67 void syms_of_device_tty (void);
68 void syms_of_device_mswindows (void);
69 void syms_of_device_x (void);
70 void syms_of_device (void);
71 void syms_of_dialog_mswindows (void);
72 void syms_of_dialog_x (void);
73 void syms_of_dialog (void);
74 void syms_of_dired (void);
75 void syms_of_dired_mswindows (void);
76 void syms_of_doc (void);
77 void syms_of_dragdrop (void);
78 void syms_of_editfns (void);
79 void syms_of_elhash (void);
80 void syms_of_emacs (void);
81 void syms_of_eval (void);
82 void syms_of_event_stream (void);
83 void syms_of_event_mswindows (void);
84 void syms_of_event_Xt (void);
85 void syms_of_events (void);
86 void syms_of_extents (void);
87 void syms_of_faces (void);
88 void syms_of_fileio (void);
89 void syms_of_filelock (void);
90 void syms_of_floatfns (void);
91 void syms_of_fns (void);
92 void syms_of_font_lock (void);
93 void syms_of_frame (void);
94 void syms_of_frame_mswindows (void);
95 void syms_of_frame_x (void);
96 void syms_of_free_hook (void);
97 void syms_of_general (void);
98 void syms_of_glyphs_x (void);
99 void syms_of_glyphs_eimage (void);
100 void syms_of_glyphs_widget (void);
101 void syms_of_glyphs_mswindows (void);
102 void syms_of_glyphs (void);
103 void syms_of_gui_mswindows (void);
104 void syms_of_gui_x (void);
105 void syms_of_gui (void);
106 void syms_of_gutter (void);
107 void syms_of_indent (void);
108 void syms_of_input_method_xlib (void);
109 void syms_of_intl (void);
110 void syms_of_keymap (void);
111 void syms_of_lread (void);
112 void syms_of_macros (void);
113 void syms_of_marker (void);
114 void syms_of_md5 (void);
115 void syms_of_menubar_x (void);
116 void syms_of_menubar (void);
117 void syms_of_menubar_mswindows (void);
118 void syms_of_minibuf (void);
119 void syms_of_module (void);
120 void syms_of_mule (void);
121 void syms_of_mule_canna (void);
122 void syms_of_mule_ccl (void);
123 void syms_of_mule_charset (void);
124 void syms_of_file_coding (void);
125 void syms_of_mule_wnn (void);
126 void syms_of_ntproc (void);
127 void syms_of_objects_tty (void);
128 void syms_of_objects_x (void);
129 void syms_of_objects_mswindows (void);
130 void syms_of_objects (void);
131 void syms_of_print (void);
132 void syms_of_process (void);
133 void syms_of_process_nt (void);
134 void syms_of_profile (void);
135 void syms_of_ralloc (void);
136 void syms_of_rangetab (void);
137 void syms_of_redisplay (void);
138 void syms_of_scrollbar (void);
139 void syms_of_scrollbar_mswindows(void);
140 void syms_of_search (void);
141 void syms_of_select (void);
142 void syms_of_select_mswindows (void);
143 void syms_of_signal (void);
144 void syms_of_sound (void);
145 void syms_of_specifier (void);
146 void syms_of_sunpro (void);
147 void syms_of_symbols (void);
148 void syms_of_syntax (void);
149 void syms_of_tests (void);
150 void syms_of_toolbar (void);
151 void syms_of_tooltalk (void);
152 void syms_of_undo (void);
153 void syms_of_widget (void);
154 void syms_of_window (void);
155 void syms_of_select_x (void);
156 void syms_of_eldap (void);
157 void syms_of_postgresql (void);
158 void syms_of_gpmevent (void);
159 void syms_of_win32 (void);
160
161 /* Initialize the console types (dump-time but for reinit_). */
162
163 void console_type_create (void);
164 void console_type_create_stream (void);
165 void reinit_console_type_create_stream (void);
166 void console_type_create_tty (void);
167 void reinit_console_type_create_tty (void);
168 void console_type_create_device_tty (void);
169 void console_type_create_frame_tty (void);
170 void console_type_create_objects_tty (void);
171 void console_type_create_redisplay_tty (void);
172 void console_type_create_x (void);
173 void reinit_console_type_create_x (void);
174 void console_type_create_device_x (void);
175 void reinit_console_type_create_device_x (void);
176 void console_type_create_frame_x (void);
177 void console_type_create_glyphs_x (void);
178 void console_type_create_menubar_x (void);
179 void console_type_create_objects_x (void);
180 void console_type_create_redisplay_x (void);
181 void console_type_create_scrollbar_x (void);
182 void console_type_create_select_x (void);
183 void console_type_create_toolbar_x (void);
184 void console_type_create_dialog_x (void);
185 void console_type_create_mswindows (void);
186 void reinit_console_type_create_mswindows (void);
187 void console_type_create_device_mswindows (void);
188 void console_type_create_frame_mswindows (void);
189 void console_type_create_menubar_mswindows (void);
190 void console_type_create_objects_mswindows (void);
191 void console_type_create_redisplay_mswindows (void);
192 void console_type_create_scrollbar_mswindows (void);
193 void console_type_create_toolbar_mswindows (void);
194 void console_type_create_glyphs_mswindows (void);
195 void console_type_create_dialog_mswindows (void);
196 void console_type_create_select_mswindows (void);
197
198 /* Initialize the specifier types (dump-time only). */
199
200 void specifier_type_create (void);
201 void reinit_specifier_type_create (void);
202 void specifier_type_create_image (void);
203 void reinit_specifier_type_create_image (void);
204 void specifier_type_create_gutter (void);
205 void reinit_specifier_type_create_gutter (void);
206 void specifier_type_create_objects (void);
207 void reinit_specifier_type_create_objects (void);
208 void specifier_type_create_toolbar (void);
209 void reinit_specifier_type_create_toolbar (void);
210
211 /* Initialize the structure types (dump-time only). */
212
213 void structure_type_create (void);
214 void structure_type_create_chartab (void);
215 void structure_type_create_faces (void);
216 void structure_type_create_rangetab (void);
217 void structure_type_create_hash_table (void);
218
219 /* Initialize the image instantiator types (dump-time only). */
220
221 void image_instantiator_format_create (void);
222 void image_instantiator_format_create_glyphs_eimage (void);
223 void image_instantiator_format_create_glyphs_widget (void);
224 void image_instantiator_format_create_glyphs_x (void);
225 void image_instantiator_format_create_glyphs_mswindows (void);
226 void image_instantiator_format_create_glyphs_tty (void);
227
228 /* Initialize the lstream types (dump-time only). */
229
230 void lstream_type_create (void);
231 void lstream_type_create_file_coding (void);
232 void lstream_type_create_print (void);
233 void lstream_type_create_mswindows_selectable (void);
234
235 /* Initialize process types */
236
237 void process_type_create_nt (void);
238 void process_type_create_unix (void);
239
240 /* Allow for Fprovide() (dump-time only). */
241
242 void init_provide_once (void);
243
244 /* Initialize most variables (dump-time for vars_, run-time for reinit_vars). */
245
246 void vars_of_abbrev (void);
247 void vars_of_alloc (void);
248 void vars_of_balloon_x (void);
249 void vars_of_buffer (void);
250 void reinit_vars_of_buffer (void);
251 void vars_of_bytecode (void);
252 void vars_of_callint (void);
253 void vars_of_callproc (void);
254 void vars_of_chartab (void);
255 void vars_of_cmdloop (void);
256 void vars_of_cmds (void);
257 void vars_of_console (void);
258 void reinit_vars_of_console (void);
259 void vars_of_console_stream (void);
260 void vars_of_console_mswindows (void);
261 void vars_of_console_tty (void);
262 void vars_of_data (void);
263 void vars_of_database (void);
264 void vars_of_debug (void);
265 void reinit_vars_of_debug (void);
266 void vars_of_device (void);
267 void reinit_vars_of_device (void);
268 void vars_of_device_mswindows (void);
269 void vars_of_device_x (void);
270 void reinit_vars_of_device_x (void);
271 void vars_of_dialog (void);
272 void vars_of_dialog_x (void);
273 void vars_of_dialog_mswindows (void);
274 void vars_of_dired (void);
275 void vars_of_dired_mswindows (void);
276 void vars_of_doc (void);
277 void vars_of_dragdrop (void);
278 void vars_of_editfns (void);
279 void vars_of_elhash (void);
280 void vars_of_emacs (void);
281 void vars_of_eval (void);
282 void reinit_vars_of_eval (void);
283 void vars_of_event_stream (void);
284 void reinit_vars_of_event_stream (void);
285 void vars_of_event_tty (void);
286 void reinit_vars_of_event_tty (void);
287 void vars_of_event_mswindows (void);
288 void reinit_vars_of_event_mswindows (void);
289 void vars_of_event_Xt (void);
290 void reinit_vars_of_event_Xt (void);
291 void vars_of_events (void);
292 void reinit_vars_of_events (void);
293 void vars_of_extents (void);
294 void reinit_vars_of_extents (void);
295 void vars_of_faces (void);
296 void vars_of_fileio (void);
297 void reinit_vars_of_fileio (void);
298 void vars_of_filelock (void);
299 void vars_of_floatfns (void);
300 void vars_of_font_lock (void);
301 void reinit_vars_of_font_lock (void);
302 void vars_of_frame_tty (void);
303 void vars_of_frame_mswindows (void);
304 void reinit_vars_of_frame_mswindows (void);
305 void vars_of_frame_x (void);
306 void vars_of_frame (void);
307 void vars_of_glyphs_x (void);
308 void vars_of_glyphs_eimage (void);
309 void vars_of_glyphs_widget (void);
310 void reinit_vars_of_glyphs_widget (void);
311 void vars_of_glyphs_mswindows (void);
312 void vars_of_glyphs (void);
313 void reinit_vars_of_glyphs (void);
314 void vars_of_gui_x (void);
315 void reinit_vars_of_gui_x (void);
316 void vars_of_gui (void);
317 void vars_of_gutter (void);
318 void vars_of_input_method_motif (void);
319 void vars_of_input_method_xlib (void);
320 void vars_of_indent (void);
321 void vars_of_insdel (void);
322 void reinit_vars_of_insdel (void);
323 void vars_of_intl (void);
324 void vars_of_keymap (void);
325 void vars_of_lread (void);
326 void reinit_vars_of_lread (void);
327 void vars_of_lstream (void);
328 void reinit_vars_of_lstream (void);
329 void vars_of_macros (void);
330 void vars_of_md5 (void);
331 void vars_of_menubar_x (void);
332 void reinit_vars_of_menubar_x (void);
333 void vars_of_menubar (void);
334 void vars_of_menubar_mswindows (void);
335 void vars_of_minibuf (void);
336 void reinit_vars_of_minibuf (void);
337 void vars_of_module (void);
338 void reinit_vars_of_module (void);
339 void vars_of_mule (void);
340 void vars_of_mule_canna (void);
341 void vars_of_mule_ccl(void);
342 void vars_of_mule_charset (void);
343 void vars_of_file_coding (void);
344 void vars_of_mule_wnn (void);
345 void reinit_vars_of_mule_wnn (void);
346 void vars_of_nt (void);
347 void vars_of_ntproc (void);
348 void vars_of_objects (void);
349 void reinit_vars_of_objects (void);
350 void vars_of_objects_tty (void);
351 void vars_of_objects_mswindows (void);
352 void vars_of_objects_x (void);
353 void vars_of_print (void);
354 void reinit_vars_of_print (void);
355 void vars_of_process (void);
356 void vars_of_process_nt (void);
357 void vars_of_process_unix (void);
358 void vars_of_profile (void);
359 void vars_of_ralloc (void);
360 void vars_of_redisplay (void);
361 void reinit_vars_of_redisplay (void);
362 void vars_of_scrollbar_x (void);
363 void reinit_vars_of_scrollbar_x (void);
364 void vars_of_scrollbar (void);
365 void vars_of_scrollbar_mswindows (void);
366 void vars_of_search (void);
367 void reinit_vars_of_search (void);
368 void vars_of_select (void);
369 void vars_of_select_mswindows (void);
370 void vars_of_sound (void);
371 void vars_of_specifier (void);
372 void vars_of_sunpro (void);
373 void vars_of_symbols (void);
374 void vars_of_syntax (void);
375 void vars_of_tests (void);
376 void vars_of_toolbar (void);
377 void vars_of_tooltalk (void);
378 void vars_of_undo (void);
379 void reinit_vars_of_undo (void);
380 void vars_of_window (void);
381 void reinit_vars_of_window (void);
382 void vars_of_select_x (void);
383 void reinit_vars_of_select_x (void);
384 void vars_of_eldap (void);
385 void vars_of_postgresql (void);
386 void vars_of_gpmevent (void);
387
388 /* Initialize specifier variables (dump-time only). */
389
390 void specifier_vars_of_glyphs (void);
391 void specifier_vars_of_glyphs_widget (void);
392 void specifier_vars_of_gutter (void);
393 void specifier_vars_of_menubar (void);
394 void specifier_vars_of_redisplay (void);
395 void specifier_vars_of_scrollbar (void);
396 void specifier_vars_of_toolbar (void);
397 void specifier_vars_of_window (void);
398
399 /* Initialize variables with complex dependencies
400    on other variables (dump-time for complex_vars_, run-time for reinit_). */
401
402 void complex_vars_of_regex (void);
403 void complex_vars_of_search (void);
404 void complex_vars_of_event_stream (void);
405 void complex_vars_of_extents (void);
406 void complex_vars_of_faces (void);
407 void complex_vars_of_mule_charset (void);
408 void complex_vars_of_file_coding (void);
409 void complex_vars_of_glyphs (void);
410 void complex_vars_of_glyphs_x (void);
411 void complex_vars_of_glyphs_mswindows (void);
412 void complex_vars_of_alloc (void);
413 void complex_vars_of_menubar (void);
414 void complex_vars_of_scrollbar (void);
415 void complex_vars_of_frame (void);
416 void complex_vars_of_casetab (void);
417 void complex_vars_of_syntax (void);
418 void complex_vars_of_chartab (void);
419 void complex_vars_of_buffer (void);
420 void reinit_complex_vars_of_buffer (void);
421 void complex_vars_of_console (void);
422 void reinit_complex_vars_of_console (void);
423 void complex_vars_of_emacs (void);
424 void complex_vars_of_minibuf (void);
425 void reinit_complex_vars_of_minibuf (void);
426 void complex_vars_of_callproc (void);
427 void complex_vars_of_keymap (void);
428
429 /* Reset the Lisp engine (run-time only). */
430
431 void reinit_alloc (void);
432 void reinit_eval (void);
433 void init_postgresql_from_environment (void);
434
435 /* Late initialization -- stuff pertaining only to interactive usage,
436    I/O, or Lisp reading. (Dump-time and run-time.) */
437
438 void init_buffer (void);
439 void init_callproc (void);
440 void init_console_stream (int reinit);
441 void init_device_tty (void);
442 void init_editfns (void);
443 void init_environment (void);
444 void init_event_Xt_late (void);
445 void init_event_stream (void);
446 void init_event_tty_late (void);
447 void init_event_mswindows_late (void);
448 void init_event_unixoid (void);
449 void init_hpplay (void);
450 void init_lread (void);
451 void init_macros (void);
452 void init_ntproc (void); /* #### delete me, please! */
453 /* Not named init_process in order to avoid conflict with NS 3.3 */
454 void init_xemacs_process (void);
455 void init_redisplay (void);
456 void init_sunpro (void);
457 void init_win32 (void);
458
459 void syms_of_device_gtk (void);
460 void syms_of_dialog_gtk (void);
461 void syms_of_event_gtk (void);
462 void syms_of_frame_gtk (void);
463 void syms_of_glyphs_gtk (void);
464 void syms_of_gui_gtk (void);
465 void syms_of_menubar_gtk (void);
466 void syms_of_objects_gtk (void);
467 void syms_of_select_gtk (void);
468 void syms_of_ui_gtk (void);
469 void console_type_create_gtk (void);
470 void console_type_create_device_gtk (void);
471 void console_type_create_frame_gtk (void);
472 void console_type_create_glyphs_gtk (void);
473 void console_type_create_menubar_gtk (void);
474 void console_type_create_objects_gtk (void);
475 void console_type_create_redisplay_gtk (void);
476 void console_type_create_scrollbar_gtk (void);
477 void console_type_create_toolbar_gtk (void);
478 void console_type_create_dialog_gtk (void);
479 void image_instantiator_format_create_glyphs_gtk (void);
480 void vars_of_device_gtk (void);
481 void vars_of_dialog_gtk (void);
482 void vars_of_event_gtk (void);
483 void vars_of_frame_gtk (void);
484 void vars_of_glyphs_gtk (void);
485 void vars_of_gui_gtk (void);
486 void vars_of_menubar_gtk (void);
487 void vars_of_objects_gtk (void);
488 void vars_of_scrollbar_gtk (void);
489 void vars_of_select_gtk (void);
490 void vars_of_ui_gtk (void);
491 void complex_vars_of_glyphs_gtk (void);
492 void init_event_gtk_late (void);
493
494 #endif /* INCLUDED_symsinit_h_ */