Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | ce0b3f2eff35 |
children | 2923009caf47 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
1 /* Various initialization function prototypes. | 1 /* Various initialization function prototypes. |
2 Copyright (C) 1995 Board of Trustees, University of Illinois. | 2 Copyright (C) 1995 Board of Trustees, University of Illinois. |
3 Copyright (C) 2001, 2002 Ben Wing. | |
3 | 4 |
4 This file is part of XEmacs. | 5 This file is part of XEmacs. |
5 | 6 |
6 XEmacs is free software; you can redistribute it and/or modify it | 7 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 under the terms of the GNU General Public License as published by the |
26 /* Earliest environment initializations (dump-time and run-time). */ | 27 /* Earliest environment initializations (dump-time and run-time). */ |
27 | 28 |
28 void init_data_very_early (void); | 29 void init_data_very_early (void); |
29 void init_floatfns_very_early (void); | 30 void init_floatfns_very_early (void); |
30 void init_free_hook (void); | 31 void init_free_hook (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 void init_mswindows_very_early (void); | 35 void init_win32_very_early (void); |
36 | 36 void init_mswindows_dde_very_early (void); |
37 /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */ | 37 |
38 /* Early Lisp-engine initialization (dump-time only for init, | |
39 dump-time and post-pdump-load-time for reinit). */ | |
38 | 40 |
39 void init_alloc_once_early (void); | 41 void init_alloc_once_early (void); |
40 void reinit_alloc_once_early (void); | 42 void reinit_alloc_once_early (void); |
41 void init_symbols_once_early (void); | 43 void init_symbols_once_early (void); |
42 void reinit_symbols_once_early (void); | 44 void reinit_symbols_once_early (void); |
43 void init_errors_once_early (void); | 45 void init_errors_once_early (void); |
44 void reinit_opaque_once_early (void); | 46 void reinit_opaque_once_early (void); |
45 void init_opaque_once_early (void); | 47 void init_opaque_once_early (void); |
48 void init_elhash_once_early (void); | |
49 void init_eistring_once_early (void); | |
46 | 50 |
47 /* Declare the built-in symbols and primitives (dump-time only). */ | 51 /* Declare the built-in symbols and primitives (dump-time only). */ |
48 | 52 |
49 void syms_of_abbrev (void); | 53 void syms_of_abbrev (void); |
50 void syms_of_alloc (void); | 54 void syms_of_alloc (void); |
56 void syms_of_casefiddle (void); | 60 void syms_of_casefiddle (void); |
57 void syms_of_casetab (void); | 61 void syms_of_casetab (void); |
58 void syms_of_chartab (void); | 62 void syms_of_chartab (void); |
59 void syms_of_cmdloop (void); | 63 void syms_of_cmdloop (void); |
60 void syms_of_cmds (void); | 64 void syms_of_cmds (void); |
65 void syms_of_console (void); | |
66 void syms_of_console_mswindows (void); | |
61 void syms_of_console_tty (void); | 67 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); | 68 void syms_of_data (void); |
65 void syms_of_database (void); | 69 void syms_of_database (void); |
66 void syms_of_debug (void); | 70 void syms_of_debug (void); |
71 void syms_of_device (void); | |
72 void syms_of_device_mswindows (void); | |
67 void syms_of_device_tty (void); | 73 void syms_of_device_tty (void); |
68 void syms_of_device_mswindows (void); | |
69 void syms_of_device_x (void); | 74 void syms_of_device_x (void); |
70 void syms_of_device (void); | 75 void syms_of_dialog (void); |
71 void syms_of_dialog_mswindows (void); | 76 void syms_of_dialog_mswindows (void); |
72 void syms_of_dialog_x (void); | 77 void syms_of_dialog_x (void); |
73 void syms_of_dialog (void); | |
74 void syms_of_dired (void); | 78 void syms_of_dired (void); |
75 void syms_of_dired_mswindows (void); | 79 void syms_of_dired_mswindows (void); |
76 void syms_of_doc (void); | 80 void syms_of_doc (void); |
77 void syms_of_dragdrop (void); | 81 void syms_of_dragdrop (void); |
78 void syms_of_editfns (void); | 82 void syms_of_editfns (void); |
83 void syms_of_eldap (void); | |
79 void syms_of_elhash (void); | 84 void syms_of_elhash (void); |
80 void syms_of_emacs (void); | 85 void syms_of_emacs (void); |
81 void syms_of_eval (void); | 86 void syms_of_eval (void); |
87 void syms_of_event_Xt (void); | |
88 void syms_of_event_mswindows (void); | |
82 void syms_of_event_stream (void); | 89 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); | 90 void syms_of_events (void); |
86 void syms_of_extents (void); | 91 void syms_of_extents (void); |
87 void syms_of_faces (void); | 92 void syms_of_faces (void); |
93 void syms_of_file_coding (void); | |
88 void syms_of_fileio (void); | 94 void syms_of_fileio (void); |
89 void syms_of_filelock (void); | 95 void syms_of_filelock (void); |
90 void syms_of_floatfns (void); | 96 void syms_of_floatfns (void); |
91 void syms_of_fns (void); | 97 void syms_of_fns (void); |
92 void syms_of_font_lock (void); | 98 void syms_of_font_lock (void); |
93 void syms_of_frame (void); | 99 void syms_of_frame (void); |
94 void syms_of_frame_mswindows (void); | 100 void syms_of_frame_mswindows (void); |
101 void syms_of_frame_tty (void); | |
95 void syms_of_frame_x (void); | 102 void syms_of_frame_x (void); |
96 void syms_of_free_hook (void); | 103 void syms_of_free_hook (void); |
97 void syms_of_general (void); | 104 void syms_of_general (void); |
98 void syms_of_glyphs_x (void); | 105 void syms_of_glyphs (void); |
99 void syms_of_glyphs_eimage (void); | 106 void syms_of_glyphs_eimage (void); |
107 void syms_of_glyphs_mswindows (void); | |
100 void syms_of_glyphs_shared (void); | 108 void syms_of_glyphs_shared (void); |
101 void syms_of_glyphs_widget (void); | 109 void syms_of_glyphs_widget (void); |
102 void syms_of_glyphs_mswindows (void); | 110 void syms_of_glyphs_x (void); |
103 void syms_of_glyphs (void); | 111 void syms_of_gpmevent (void); |
112 void syms_of_gui (void); | |
104 void syms_of_gui_mswindows (void); | 113 void syms_of_gui_mswindows (void); |
105 void syms_of_gui_x (void); | 114 void syms_of_gui_x (void); |
106 void syms_of_gui (void); | |
107 void syms_of_gutter (void); | 115 void syms_of_gutter (void); |
108 void syms_of_indent (void); | 116 void syms_of_indent (void); |
109 void syms_of_input_method_xlib (void); | 117 void syms_of_input_method_xlib (void); |
110 void syms_of_intl (void); | 118 void syms_of_intl (void); |
119 void syms_of_intl_win32 (void); | |
120 void syms_of_intl_x (void); | |
111 void syms_of_keymap (void); | 121 void syms_of_keymap (void); |
112 void syms_of_lread (void); | 122 void syms_of_lread (void); |
113 void syms_of_macros (void); | 123 void syms_of_macros (void); |
114 void syms_of_marker (void); | 124 void syms_of_marker (void); |
115 void syms_of_md5 (void); | 125 void syms_of_md5 (void); |
116 void syms_of_menubar_x (void); | |
117 void syms_of_menubar (void); | 126 void syms_of_menubar (void); |
118 void syms_of_menubar_mswindows (void); | 127 void syms_of_menubar_mswindows (void); |
128 void syms_of_menubar_x (void); | |
119 void syms_of_minibuf (void); | 129 void syms_of_minibuf (void); |
120 void syms_of_module (void); | 130 void syms_of_module (void); |
121 void syms_of_mule (void); | |
122 void syms_of_mule_canna (void); | 131 void syms_of_mule_canna (void); |
123 void syms_of_mule_ccl (void); | 132 void syms_of_mule_ccl (void); |
124 void syms_of_mule_charset (void); | 133 void syms_of_mule_charset (void); |
125 void syms_of_file_coding (void); | 134 void syms_of_mule_coding (void); |
126 void syms_of_mule_wnn (void); | 135 void syms_of_mule_wnn (void); |
127 void syms_of_ntproc (void); | 136 void syms_of_nt (void); |
137 void syms_of_objects (void); | |
138 void syms_of_objects_mswindows (void); | |
128 void syms_of_objects_tty (void); | 139 void syms_of_objects_tty (void); |
129 void syms_of_objects_x (void); | 140 void syms_of_objects_x (void); |
130 void syms_of_objects_mswindows (void); | 141 void syms_of_postgresql (void); |
131 void syms_of_objects (void); | |
132 void syms_of_print (void); | 142 void syms_of_print (void); |
133 void syms_of_process (void); | 143 void syms_of_process (void); |
134 void syms_of_process_nt (void); | 144 void syms_of_process_nt (void); |
135 void syms_of_profile (void); | 145 void syms_of_profile (void); |
136 void syms_of_ralloc (void); | 146 void syms_of_ralloc (void); |
139 void syms_of_scrollbar (void); | 149 void syms_of_scrollbar (void); |
140 void syms_of_scrollbar_mswindows(void); | 150 void syms_of_scrollbar_mswindows(void); |
141 void syms_of_search (void); | 151 void syms_of_search (void); |
142 void syms_of_select (void); | 152 void syms_of_select (void); |
143 void syms_of_select_mswindows (void); | 153 void syms_of_select_mswindows (void); |
154 void syms_of_select_x (void); | |
144 void syms_of_signal (void); | 155 void syms_of_signal (void); |
145 void syms_of_sound (void); | 156 void syms_of_sound (void); |
146 void syms_of_specifier (void); | 157 void syms_of_specifier (void); |
147 void syms_of_sunpro (void); | 158 void syms_of_sunpro (void); |
148 void syms_of_symbols (void); | 159 void syms_of_symbols (void); |
149 void syms_of_syntax (void); | 160 void syms_of_syntax (void); |
150 void syms_of_tests (void); | 161 void syms_of_tests (void); |
162 void syms_of_text (void); | |
151 void syms_of_toolbar (void); | 163 void syms_of_toolbar (void); |
152 void syms_of_tooltalk (void); | 164 void syms_of_tooltalk (void); |
153 void syms_of_undo (void); | 165 void syms_of_undo (void); |
166 void syms_of_unicode (void); | |
154 void syms_of_widget (void); | 167 void syms_of_widget (void); |
168 void syms_of_win32 (void); | |
155 void syms_of_window (void); | 169 void syms_of_window (void); |
156 void syms_of_select_x (void); | 170 |
157 void syms_of_eldap (void); | 171 /* Initialize the console types (dump-time only for console_type_(), |
158 void syms_of_postgresql (void); | 172 post-pdump-load-time only for reinit_). */ |
159 void syms_of_gpmevent (void); | |
160 void syms_of_win32 (void); | |
161 | |
162 /* Initialize the console types (dump-time but for reinit_). */ | |
163 | 173 |
164 void console_type_create (void); | 174 void console_type_create (void); |
165 void console_type_create_stream (void); | 175 void console_type_create_stream (void); |
166 void reinit_console_type_create_stream (void); | 176 void reinit_console_type_create_stream (void); |
167 void console_type_create_tty (void); | 177 void console_type_create_tty (void); |
194 void console_type_create_toolbar_mswindows (void); | 204 void console_type_create_toolbar_mswindows (void); |
195 void console_type_create_glyphs_mswindows (void); | 205 void console_type_create_glyphs_mswindows (void); |
196 void console_type_create_dialog_mswindows (void); | 206 void console_type_create_dialog_mswindows (void); |
197 void console_type_create_select_mswindows (void); | 207 void console_type_create_select_mswindows (void); |
198 | 208 |
199 /* Initialize the specifier types (dump-time only). */ | 209 /* Initialize the specifier types (dump-time only for specifier_type_(), |
210 post-pdump-load-time only for reinit_). */ | |
200 | 211 |
201 void specifier_type_create (void); | 212 void specifier_type_create (void); |
202 void reinit_specifier_type_create (void); | 213 void reinit_specifier_type_create (void); |
203 void specifier_type_create_image (void); | 214 void specifier_type_create_image (void); |
204 void reinit_specifier_type_create_image (void); | 215 void reinit_specifier_type_create_image (void); |
207 void specifier_type_create_objects (void); | 218 void specifier_type_create_objects (void); |
208 void reinit_specifier_type_create_objects (void); | 219 void reinit_specifier_type_create_objects (void); |
209 void specifier_type_create_toolbar (void); | 220 void specifier_type_create_toolbar (void); |
210 void reinit_specifier_type_create_toolbar (void); | 221 void reinit_specifier_type_create_toolbar (void); |
211 | 222 |
223 /* Initialize the coding system types (dump-time only for | |
224 coding_system_type_(), post-pdump-load-time only for reinit_). */ | |
225 | |
226 void coding_system_type_create (void); | |
227 void reinit_coding_system_type_create (void); | |
228 void coding_system_type_create_unicode (void); | |
229 void reinit_coding_system_type_create_unicode (void); | |
230 void coding_system_type_create_intl_win32 (void); | |
231 void reinit_coding_system_type_create_intl_win32 (void); | |
232 void coding_system_type_create_mule_coding (void); | |
233 void reinit_coding_system_type_create_mule_coding (void); | |
234 | |
212 /* Initialize the structure types (dump-time only). */ | 235 /* Initialize the structure types (dump-time only). */ |
213 | 236 |
214 void structure_type_create (void); | 237 void structure_type_create (void); |
215 void structure_type_create_chartab (void); | 238 void structure_type_create_chartab (void); |
216 void structure_type_create_faces (void); | 239 void structure_type_create_faces (void); |
240 | 263 |
241 /* Allow for Fprovide() (dump-time only). */ | 264 /* Allow for Fprovide() (dump-time only). */ |
242 | 265 |
243 void init_provide_once (void); | 266 void init_provide_once (void); |
244 | 267 |
245 /* Initialize most variables (dump-time for vars_, run-time for reinit_vars). */ | 268 /* Initialize most variables (dump-time for vars_, dump-time and |
269 post-pdump-load-time for reinit_vars). #### The reinit_() functions | |
270 should be called from emacs.c, not the corresponding vars_of_(). */ | |
246 | 271 |
247 void vars_of_abbrev (void); | 272 void vars_of_abbrev (void); |
248 void vars_of_alloc (void); | 273 void vars_of_alloc (void); |
249 void vars_of_balloon_x (void); | 274 void vars_of_balloon_x (void); |
250 void vars_of_buffer (void); | 275 void vars_of_buffer (void); |
275 void vars_of_dired (void); | 300 void vars_of_dired (void); |
276 void vars_of_dired_mswindows (void); | 301 void vars_of_dired_mswindows (void); |
277 void vars_of_doc (void); | 302 void vars_of_doc (void); |
278 void vars_of_dragdrop (void); | 303 void vars_of_dragdrop (void); |
279 void vars_of_editfns (void); | 304 void vars_of_editfns (void); |
280 void vars_of_elhash (void); | |
281 void vars_of_emacs (void); | 305 void vars_of_emacs (void); |
282 void vars_of_eval (void); | 306 void vars_of_eval (void); |
283 void reinit_vars_of_eval (void); | 307 void reinit_vars_of_eval (void); |
284 void vars_of_event_stream (void); | 308 void vars_of_event_stream (void); |
285 void reinit_vars_of_event_stream (void); | 309 void reinit_vars_of_event_stream (void); |
292 void vars_of_events (void); | 316 void vars_of_events (void); |
293 void reinit_vars_of_events (void); | 317 void reinit_vars_of_events (void); |
294 void vars_of_extents (void); | 318 void vars_of_extents (void); |
295 void reinit_vars_of_extents (void); | 319 void reinit_vars_of_extents (void); |
296 void vars_of_faces (void); | 320 void vars_of_faces (void); |
321 void vars_of_file_coding (void); | |
322 void reinit_vars_of_file_coding (void); | |
297 void vars_of_fileio (void); | 323 void vars_of_fileio (void); |
298 void reinit_vars_of_fileio (void); | 324 void reinit_vars_of_fileio (void); |
299 void vars_of_filelock (void); | 325 void vars_of_filelock (void); |
300 void vars_of_floatfns (void); | 326 void vars_of_floatfns (void); |
327 void vars_of_fns (void); | |
301 void vars_of_font_lock (void); | 328 void vars_of_font_lock (void); |
302 void reinit_vars_of_font_lock (void); | 329 void reinit_vars_of_font_lock (void); |
303 void vars_of_frame_tty (void); | 330 void vars_of_frame_tty (void); |
304 void vars_of_frame_mswindows (void); | 331 void vars_of_frame_mswindows (void); |
305 void reinit_vars_of_frame_mswindows (void); | 332 void reinit_vars_of_frame_mswindows (void); |
320 void vars_of_input_method_xlib (void); | 347 void vars_of_input_method_xlib (void); |
321 void vars_of_indent (void); | 348 void vars_of_indent (void); |
322 void vars_of_insdel (void); | 349 void vars_of_insdel (void); |
323 void reinit_vars_of_insdel (void); | 350 void reinit_vars_of_insdel (void); |
324 void vars_of_intl (void); | 351 void vars_of_intl (void); |
352 void vars_of_intl_win32 (void); | |
325 void vars_of_keymap (void); | 353 void vars_of_keymap (void); |
326 void vars_of_lread (void); | 354 void vars_of_lread (void); |
327 void reinit_vars_of_lread (void); | 355 void reinit_vars_of_lread (void); |
328 void vars_of_lstream (void); | 356 void vars_of_lstream (void); |
329 void reinit_vars_of_lstream (void); | 357 void reinit_vars_of_lstream (void); |
335 void vars_of_menubar_mswindows (void); | 363 void vars_of_menubar_mswindows (void); |
336 void vars_of_minibuf (void); | 364 void vars_of_minibuf (void); |
337 void reinit_vars_of_minibuf (void); | 365 void reinit_vars_of_minibuf (void); |
338 void vars_of_module (void); | 366 void vars_of_module (void); |
339 void reinit_vars_of_module (void); | 367 void reinit_vars_of_module (void); |
340 void vars_of_mule (void); | |
341 void vars_of_mule_canna (void); | 368 void vars_of_mule_canna (void); |
342 void vars_of_mule_ccl(void); | 369 void vars_of_mule_ccl(void); |
343 void vars_of_mule_charset (void); | 370 void vars_of_mule_charset (void); |
344 void vars_of_file_coding (void); | 371 void vars_of_mule_coding (void); |
372 void reinit_vars_of_mule_coding (void); | |
345 void vars_of_mule_wnn (void); | 373 void vars_of_mule_wnn (void); |
346 void reinit_vars_of_mule_wnn (void); | 374 void reinit_vars_of_mule_wnn (void); |
347 void vars_of_nt (void); | 375 void vars_of_nt (void); |
348 void vars_of_ntproc (void); | 376 void vars_of_ntproc (void); |
349 void vars_of_objects (void); | 377 void vars_of_objects (void); |
357 void vars_of_process_nt (void); | 385 void vars_of_process_nt (void); |
358 void vars_of_process_unix (void); | 386 void vars_of_process_unix (void); |
359 void vars_of_profile (void); | 387 void vars_of_profile (void); |
360 void vars_of_ralloc (void); | 388 void vars_of_ralloc (void); |
361 void vars_of_redisplay (void); | 389 void vars_of_redisplay (void); |
362 void reinit_vars_of_redisplay (void); | |
363 void vars_of_scrollbar_x (void); | 390 void vars_of_scrollbar_x (void); |
364 void reinit_vars_of_scrollbar_x (void); | 391 void reinit_vars_of_scrollbar_x (void); |
365 void vars_of_scrollbar (void); | 392 void vars_of_scrollbar (void); |
366 void vars_of_scrollbar_mswindows (void); | 393 void vars_of_scrollbar_mswindows (void); |
367 void vars_of_search (void); | 394 void vars_of_search (void); |
372 void vars_of_specifier (void); | 399 void vars_of_specifier (void); |
373 void vars_of_sunpro (void); | 400 void vars_of_sunpro (void); |
374 void vars_of_symbols (void); | 401 void vars_of_symbols (void); |
375 void vars_of_syntax (void); | 402 void vars_of_syntax (void); |
376 void vars_of_tests (void); | 403 void vars_of_tests (void); |
404 void vars_of_text (void); | |
405 void reinit_vars_of_text (void); | |
377 void vars_of_toolbar (void); | 406 void vars_of_toolbar (void); |
378 void vars_of_tooltalk (void); | 407 void vars_of_tooltalk (void); |
379 void vars_of_undo (void); | 408 void vars_of_undo (void); |
380 void reinit_vars_of_undo (void); | 409 void reinit_vars_of_undo (void); |
410 void vars_of_unicode (void); | |
411 void reinit_vars_of_unicode (void); | |
381 void vars_of_window (void); | 412 void vars_of_window (void); |
382 void reinit_vars_of_window (void); | 413 void reinit_vars_of_window (void); |
414 void vars_of_win32 (void); | |
383 void vars_of_select_x (void); | 415 void vars_of_select_x (void); |
384 void reinit_vars_of_select_x (void); | 416 void reinit_vars_of_select_x (void); |
385 void vars_of_eldap (void); | 417 void vars_of_eldap (void); |
386 void vars_of_postgresql (void); | 418 void vars_of_postgresql (void); |
387 void vars_of_gpmevent (void); | 419 void vars_of_gpmevent (void); |
394 void specifier_vars_of_redisplay (void); | 426 void specifier_vars_of_redisplay (void); |
395 void specifier_vars_of_scrollbar (void); | 427 void specifier_vars_of_scrollbar (void); |
396 void specifier_vars_of_toolbar (void); | 428 void specifier_vars_of_toolbar (void); |
397 void specifier_vars_of_window (void); | 429 void specifier_vars_of_window (void); |
398 | 430 |
399 /* Initialize variables with complex dependencies | 431 /* Initialize variables with complex dependencies on other variables |
400 on other variables (dump-time for complex_vars_, run-time for reinit_). */ | 432 (dump-time for complex_vars_, dump-time and post-pdump-load-time |
433 for reinit_(), pdump-load-time-only for reinit_..._runtime_only()). | |
434 #### The reinit_() functions should be called from emacs.c, not the | |
435 corresponding complex_vars_of_(). */ | |
401 | 436 |
402 void complex_vars_of_regex (void); | 437 void complex_vars_of_regex (void); |
403 void complex_vars_of_search (void); | 438 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); | 439 void complex_vars_of_faces (void); |
407 void complex_vars_of_mule_charset (void); | 440 void complex_vars_of_mule_charset (void); |
408 void complex_vars_of_file_coding (void); | 441 void complex_vars_of_file_coding (void); |
442 void complex_vars_of_intl_win32 (void); | |
409 void complex_vars_of_glyphs (void); | 443 void complex_vars_of_glyphs (void); |
410 void complex_vars_of_glyphs_x (void); | 444 void complex_vars_of_glyphs_x (void); |
411 void complex_vars_of_glyphs_mswindows (void); | 445 void complex_vars_of_glyphs_mswindows (void); |
412 void complex_vars_of_alloc (void); | 446 void complex_vars_of_alloc (void); |
413 void complex_vars_of_menubar (void); | 447 void complex_vars_of_menubar (void); |
416 void complex_vars_of_frame (void); | 450 void complex_vars_of_frame (void); |
417 void complex_vars_of_casetab (void); | 451 void complex_vars_of_casetab (void); |
418 void complex_vars_of_syntax (void); | 452 void complex_vars_of_syntax (void); |
419 void complex_vars_of_chartab (void); | 453 void complex_vars_of_chartab (void); |
420 void complex_vars_of_buffer (void); | 454 void complex_vars_of_buffer (void); |
421 void reinit_complex_vars_of_buffer (void); | 455 void reinit_complex_vars_of_buffer_runtime_only (void); |
422 void complex_vars_of_console (void); | 456 void complex_vars_of_console (void); |
423 void reinit_complex_vars_of_console (void); | 457 void reinit_complex_vars_of_console_runtime_only (void); |
424 void complex_vars_of_emacs (void); | 458 void complex_vars_of_emacs (void); |
425 void complex_vars_of_minibuf (void); | 459 void complex_vars_of_minibuf (void); |
426 void reinit_complex_vars_of_minibuf (void); | 460 void reinit_complex_vars_of_minibuf (void); |
427 void complex_vars_of_callproc (void); | |
428 void complex_vars_of_keymap (void); | 461 void complex_vars_of_keymap (void); |
429 | 462 |
430 /* Reset the Lisp engine (run-time only). */ | 463 /* Reset the Lisp engine. Called both at dump-time and run-time; |
431 | 464 at dump-time, it's called early, before any of the vars() or |
432 void reinit_alloc (void); | 465 complex_vars() routines. */ |
433 void reinit_eval (void); | 466 |
434 void init_postgresql_from_environment (void); | 467 void init_alloc_early (void); |
468 void init_eval_early (void); | |
435 | 469 |
436 /* Late initialization -- stuff pertaining only to interactive usage, | 470 /* Late initialization -- stuff pertaining only to interactive usage, |
437 I/O, or Lisp reading. (Dump-time and run-time.) */ | 471 I/O, or Lisp reading. (Dump-time and run-time, but the code itself |
438 | 472 may conditionalize on this by checking the `initialized' variable.) */ |
439 void init_buffer (void); | 473 |
474 void init_buffer_1 (void); | |
475 void init_buffer_2 (void); | |
440 void init_callproc (void); | 476 void init_callproc (void); |
441 void init_console_stream (int reinit); | 477 void init_console_stream (int reinit); |
442 void init_device_tty (void); | 478 void init_device_tty (void); |
443 void init_editfns (void); | 479 void init_editfns (void); |
444 void init_environment (void); | 480 void init_environment (void); |
445 void init_event_Xt_late (void); | 481 void init_event_Xt_late (void); |
446 void init_event_stream (void); | 482 void init_event_stream (void); |
447 void init_event_tty_late (void); | 483 void init_event_tty_late (void); |
448 void init_event_mswindows_late (void); | 484 void init_event_mswindows_late (void); |
449 void init_event_unixoid (void); | 485 void init_event_unixoid (void); |
486 void init_file_coding (void); | |
450 void init_hpplay (void); | 487 void init_hpplay (void); |
488 void init_intl (void); | |
489 void init_intl_win32 (void); | |
451 void init_lread (void); | 490 void init_lread (void); |
452 void init_macros (void); | 491 void init_macros (void); |
492 void init_mule_charset (void); | |
453 void init_ntproc (void); /* #### delete me, please! */ | 493 void init_ntproc (void); /* #### delete me, please! */ |
454 /* Not named init_process in order to avoid conflict with NS 3.3 */ | 494 /* Not named init_process in order to avoid conflict with NS 3.3 */ |
455 void init_xemacs_process (void); | 495 void init_xemacs_process (void); |
496 void init_postgresql_from_environment (void); | |
456 void init_redisplay (void); | 497 void init_redisplay (void); |
498 void init_select_mswindows (void); | |
457 void init_sunpro (void); | 499 void init_sunpro (void); |
458 void init_win32 (void); | 500 void init_win32 (void); |
459 | 501 |
460 void syms_of_device_gtk (void); | 502 void syms_of_device_gtk (void); |
461 void syms_of_dialog_gtk (void); | 503 void syms_of_dialog_gtk (void); |