Initial revision
[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 _XEMACS_SYMSINIT_H_
24 #define _XEMACS_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
36 /* Early Lisp-engine initialization (dump-time only). */
37
38 void init_alloc_once_early (void);
39 void init_symbols_once_early (void);
40 void init_errors_once_early (void);
41 void init_opaque_once_early (void);
42
43 /* Declare the built-in symbols and primitives (dump-time only). */
44
45 void syms_of_abbrev (void);
46 void syms_of_alloc (void);
47 void syms_of_balloon_x (void);
48 void syms_of_buffer (void);
49 void syms_of_bytecode (void);
50 void syms_of_callint (void);
51 void syms_of_callproc (void);
52 void syms_of_casefiddle (void);
53 void syms_of_casetab (void);
54 void syms_of_chartab (void);
55 void syms_of_cmdloop (void);
56 void syms_of_cmds (void);
57 void syms_of_console_tty (void);
58 void syms_of_console_mswindows (void);
59 void syms_of_console (void);
60 void syms_of_data (void);
61 void syms_of_database (void);
62 void syms_of_debug (void);
63 void syms_of_device_tty (void);
64 void syms_of_device_mswindows (void);
65 void syms_of_device_x (void);
66 void syms_of_device (void);
67 void syms_of_dialog_x (void);
68 void syms_of_dialog (void);
69 void syms_of_dired (void);
70 void syms_of_dired_mswindows (void);
71 void syms_of_dll (void);
72 void syms_of_doc (void);
73 void syms_of_dragdrop (void);
74 void syms_of_editfns (void);
75 void syms_of_elhash (void);
76 void syms_of_emacs (void);
77 void syms_of_eval (void);
78 void syms_of_event_stream (void);
79 void syms_of_event_mswindows (void);
80 void syms_of_event_Xt (void);
81 void syms_of_events (void);
82 void syms_of_extents (void);
83 void syms_of_faces (void);
84 void syms_of_fileio (void);
85 void syms_of_filelock (void);
86 void syms_of_floatfns (void);
87 void syms_of_fns (void);
88 void syms_of_font_lock (void);
89 void syms_of_frame (void);
90 void syms_of_frame_mswindows (void);
91 void syms_of_frame_x (void);
92 void syms_of_free_hook (void);
93 void syms_of_general (void);
94 void syms_of_glyphs_x (void);
95 void syms_of_glyphs_eimage (void);
96 void syms_of_glyphs_mswindows (void);
97 void syms_of_glyphs (void);
98 void syms_of_gui_x (void);
99 void syms_of_gui (void);
100 void syms_of_indent (void);
101 void syms_of_intl (void);
102 void syms_of_keymap (void);
103 void syms_of_lread (void);
104 void syms_of_macros (void);
105 void syms_of_marker (void);
106 void syms_of_md5 (void);
107 void syms_of_menubar_x (void);
108 void syms_of_menubar (void);
109 void syms_of_menubar_mswindows (void);
110 void syms_of_minibuf (void);
111 void syms_of_mule (void);
112 void syms_of_mule_canna (void);
113 void syms_of_mule_ccl (void);
114 void syms_of_mule_charset (void);
115 void syms_of_mule_coding (void);
116 void syms_of_mule_wnn (void);
117 void syms_of_objects_tty (void);
118 void syms_of_objects_x (void);
119 void syms_of_objects_mswindows (void);
120 void syms_of_objects (void);
121 void syms_of_print (void);
122 void syms_of_process (void);
123 void syms_of_process_nt (void);
124 void syms_of_profile (void);
125 void syms_of_ralloc (void);
126 void syms_of_rangetab (void);
127 void syms_of_redisplay (void);
128 void syms_of_scrollbar (void);
129 void syms_of_scrollbar_mswindows(void);
130 void syms_of_search (void);
131 void syms_of_select_mswindows (void);
132 void syms_of_signal (void);
133 void syms_of_sound (void);
134 void syms_of_specifier (void);
135 void syms_of_sunpro (void);
136 void syms_of_symbols (void);
137 void syms_of_syntax (void);
138 void syms_of_toolbar (void);
139 void syms_of_tooltalk (void);
140 void syms_of_undo (void);
141 void syms_of_widget (void);
142 void syms_of_window (void);
143 void syms_of_xselect (void);
144 void syms_of_eldap (void);
145
146 /* Initialize the console types (dump-time only). */
147
148 void console_type_create (void);
149 void console_type_create_stream (void);
150 void console_type_create_tty (void);
151 void console_type_create_device_tty (void);
152 void console_type_create_frame_tty (void);
153 void console_type_create_objects_tty (void);
154 void console_type_create_redisplay_tty (void);
155 void console_type_create_x (void);
156 void console_type_create_device_x (void);
157 void console_type_create_frame_x (void);
158 void console_type_create_glyphs_x (void);
159 void console_type_create_menubar_x (void);
160 void console_type_create_objects_x (void);
161 void console_type_create_redisplay_x (void);
162 void console_type_create_scrollbar_x (void);
163 void console_type_create_toolbar_x (void);
164 void console_type_create_dialog_x (void);
165 void console_type_create_mswindows (void);
166 void console_type_create_device_mswindows (void);
167 void console_type_create_frame_mswindows (void);
168 void console_type_create_menubar_mswindows (void);
169 void console_type_create_objects_mswindows (void);
170 void console_type_create_redisplay_mswindows (void);
171 void console_type_create_scrollbar_mswindows (void);
172 void console_type_create_toolbar_mswindows (void);
173 void console_type_create_glyphs_mswindows (void);
174 void console_type_create_dialog_mswindows (void);
175
176 /* Initialize the specifier types (dump-time only). */
177
178 void specifier_type_create (void);
179 void specifier_type_create_image (void);
180 void specifier_type_create_objects (void);
181 void specifier_type_create_toolbar (void);
182
183 /* Initialize the structure types (dump-time only). */
184
185 void structure_type_create (void);
186 void structure_type_create_chartab (void);
187 void structure_type_create_faces (void);
188 void structure_type_create_rangetab (void);
189 void structure_type_create_hashtable (void);
190
191 /* Initialize the image instantiator types (dump-time only). */
192
193 void image_instantiator_format_create (void);
194 void image_instantiator_format_create_glyphs_eimage (void);
195 void image_instantiator_format_create_glyphs_x (void);
196 void image_instantiator_format_create_glyphs_mswindows (void);
197
198 /* Initialize the lstream types (dump-time only). */
199
200 void lstream_type_create (void);
201 void lstream_type_create_mule_coding (void);
202 void lstream_type_create_print (void);
203 void lstream_type_create_mswindows_selectable (void);
204
205 /* Initialize process types */
206
207 void process_type_create_nt (void);
208 void process_type_create_unix (void);
209
210 /* Allow for Fprovide() (dump-time only). */
211
212 void init_provide_once (void);
213
214 /* Initialize most variables (dump-time only). */
215
216 void vars_of_abbrev (void);
217 void vars_of_alloc (void);
218 void vars_of_balloon_x (void);
219 void vars_of_buffer (void);
220 void vars_of_bytecode (void);
221 void vars_of_callint (void);
222 void vars_of_callproc (void);
223 void vars_of_cmdloop (void);
224 void vars_of_cmds (void);
225 void vars_of_console (void);
226 void vars_of_console_stream (void);
227 void vars_of_console_mswindows (void);
228 void vars_of_console_tty (void);
229 void vars_of_data (void);
230 void vars_of_database (void);
231 void vars_of_debug (void);
232 void vars_of_device (void);
233 void vars_of_device_mswindows (void);
234 void vars_of_device_x (void);
235 void vars_of_dialog (void);
236 void vars_of_dialog_x (void);
237 void vars_of_dialog_mswindows (void);
238 void vars_of_dired (void);
239 void vars_of_dired_mswindows (void);
240 void vars_of_doc (void);
241 void vars_of_dragdrop (void);
242 void vars_of_editfns (void);
243 void vars_of_elhash (void);
244 void vars_of_emacs (void);
245 void vars_of_eval (void);
246 void vars_of_event_stream (void);
247 void vars_of_event_tty (void);
248 void vars_of_event_mswindows (void);
249 void vars_of_event_Xt (void);
250 void vars_of_events (void);
251 void vars_of_extents (void);
252 void vars_of_faces (void);
253 void vars_of_fileio (void);
254 void vars_of_filelock (void);
255 void vars_of_floatfns (void);
256 void vars_of_font_lock (void);
257 void vars_of_frame_tty (void);
258 void vars_of_frame_mswindows (void);
259 void vars_of_frame_x (void);
260 void vars_of_frame (void);
261 void vars_of_glyphs_x (void);
262 void vars_of_glyphs_eimage (void);
263 void vars_of_glyphs_mswindows (void);
264 void vars_of_glyphs (void);
265 void vars_of_gui_x (void);
266 void vars_of_gui (void);
267 void vars_of_input_method_motif (void);
268 void vars_of_input_method_xlib (void);
269 void vars_of_indent (void);
270 void vars_of_insdel (void);
271 void vars_of_intl (void);
272 void vars_of_keymap (void);
273 void vars_of_lread (void);
274 void vars_of_lstream (void);
275 void vars_of_macros (void);
276 void vars_of_md5 (void);
277 void vars_of_menubar_x (void);
278 void vars_of_menubar (void);
279 void vars_of_menubar_mswindows (void);
280 void vars_of_minibuf (void);
281 void vars_of_mule (void);
282 void vars_of_mule_canna (void);
283 void vars_of_mule_charset (void);
284 void vars_of_mule_coding (void);
285 void vars_of_mule_wnn (void);
286 void vars_of_objects (void);
287 void vars_of_objects_tty (void);
288 void vars_of_objects_mswindows (void);
289 void vars_of_objects_x (void);
290 void vars_of_print (void);
291 void vars_of_process (void);
292 void vars_of_process_nt (void);
293 void vars_of_process_unix (void);
294 void vars_of_profile (void);
295 void vars_of_ralloc (void);
296 void vars_of_redisplay (void);
297 void vars_of_scrollbar_x (void);
298 void vars_of_scrollbar (void);
299 void vars_of_scrollbar_mswindows (void);
300 void vars_of_search (void);
301 void vars_of_select_mswindows (void);
302 void vars_of_sound (void);
303 void vars_of_specifier (void);
304 void vars_of_sunpro (void);
305 void vars_of_symbols (void);
306 void vars_of_syntax (void);
307 void vars_of_toolbar (void);
308 void vars_of_tooltalk (void);
309 void vars_of_undo (void);
310 void vars_of_window (void);
311 void vars_of_xselect (void);
312 void vars_of_eldap (void);
313
314 /* Initialize specifier variables (dump-time only). */
315
316 void specifier_vars_of_glyphs (void);
317 void specifier_vars_of_menubar (void);
318 void specifier_vars_of_redisplay (void);
319 void specifier_vars_of_scrollbar (void);
320 void specifier_vars_of_toolbar (void);
321 void specifier_vars_of_window (void);
322
323 /* Initialize variables with complex dependencies
324    on other variables (dump-time only). */
325
326 void complex_vars_of_regex (void);
327 void complex_vars_of_search (void);
328 void complex_vars_of_event_stream (void);
329 void complex_vars_of_extents (void);
330 void complex_vars_of_faces (void);
331 void complex_vars_of_mule_charset (void);
332 void complex_vars_of_mule_coding (void);
333 void complex_vars_of_glyphs (void);
334 void complex_vars_of_glyphs_x (void);
335 void complex_vars_of_glyphs_mswindows (void);
336 void complex_vars_of_alloc (void);
337 void complex_vars_of_menubar (void);
338 void complex_vars_of_scrollbar (void);
339 void complex_vars_of_frame (void);
340 void complex_vars_of_casetab (void);
341 void complex_vars_of_syntax (void);
342 void complex_vars_of_chartab (void);
343 void complex_vars_of_buffer (void);
344 void complex_vars_of_console (void);
345 void complex_vars_of_emacs (void);
346 void complex_vars_of_minibuf (void);
347 void complex_vars_of_callproc (void);
348 void complex_vars_of_filelock (void);
349 void complex_vars_of_keymap (void);
350
351 /* Reset the Lisp engine (run-time only). */
352
353 void reinit_alloc (void);
354 void reinit_eval (void);
355
356 /* Late initialization -- stuff pertaining only to interactive usage,
357    I/O, or Lisp reading. (Dump-time and run-time.) */
358
359 void init_buffer (void);
360 void init_callproc (void);
361 void init_console_stream (void);
362 void init_device_tty (void);
363 void init_dosfns (void);
364 void init_editfns (void);
365 void init_environment (void);
366 void init_event_Xt_late (void);
367 void init_event_stream (void);
368 void init_event_tty_late (void);
369 void init_event_mswindows_late (void);
370 void init_event_unixoid (void);
371 void init_hpplay (void);
372 void init_lread (void);
373 void init_macros (void);
374 void init_ntproc (void); /* #### delete me, please! */
375 /* Not named init_process in order to avoid conflict with NS 3.3 */
376 void init_xemacs_process (void);
377 void init_redisplay (void);
378 void init_sunpro (void);
379
380 #endif /* _XEMACS_SYMSINIT_H_ */