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