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