Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 95016f13131a |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
31 void init_intl_very_early (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 | 35 |
36 /* Early Lisp-engine initialization (dump-time only). */ | 36 /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */ |
37 | 37 |
38 void init_alloc_once_early (void); | 38 void init_alloc_once_early (void); |
39 void reinit_alloc_once_early (void); | |
39 void init_symbols_once_early (void); | 40 void init_symbols_once_early (void); |
40 void init_errors_once_early (void); | 41 void init_errors_once_early (void); |
42 void reinit_opaque_once_early (void); | |
41 void init_opaque_once_early (void); | 43 void init_opaque_once_early (void); |
42 | 44 |
43 /* Declare the built-in symbols and primitives (dump-time only). */ | 45 /* Declare the built-in symbols and primitives (dump-time only). */ |
44 | 46 |
45 void syms_of_abbrev (void); | 47 void syms_of_abbrev (void); |
145 void syms_of_widget (void); | 147 void syms_of_widget (void); |
146 void syms_of_window (void); | 148 void syms_of_window (void); |
147 void syms_of_xselect (void); | 149 void syms_of_xselect (void); |
148 void syms_of_eldap (void); | 150 void syms_of_eldap (void); |
149 | 151 |
150 /* Initialize the console types (dump-time only). */ | 152 /* Initialize the console types (dump-time but for reinit_). */ |
151 | 153 |
152 void console_type_create (void); | 154 void console_type_create (void); |
153 void console_type_create_stream (void); | 155 void console_type_create_stream (void); |
156 void reinit_console_type_create_stream (void); | |
154 void console_type_create_tty (void); | 157 void console_type_create_tty (void); |
158 void reinit_console_type_create_tty (void); | |
155 void console_type_create_device_tty (void); | 159 void console_type_create_device_tty (void); |
156 void console_type_create_frame_tty (void); | 160 void console_type_create_frame_tty (void); |
157 void console_type_create_objects_tty (void); | 161 void console_type_create_objects_tty (void); |
158 void console_type_create_redisplay_tty (void); | 162 void console_type_create_redisplay_tty (void); |
159 void console_type_create_x (void); | 163 void console_type_create_x (void); |
164 void reinit_console_type_create_x (void); | |
160 void console_type_create_device_x (void); | 165 void console_type_create_device_x (void); |
166 void reinit_console_type_create_device_x (void); | |
161 void console_type_create_frame_x (void); | 167 void console_type_create_frame_x (void); |
162 void console_type_create_glyphs_x (void); | 168 void console_type_create_glyphs_x (void); |
163 void console_type_create_menubar_x (void); | 169 void console_type_create_menubar_x (void); |
164 void console_type_create_objects_x (void); | 170 void console_type_create_objects_x (void); |
165 void console_type_create_redisplay_x (void); | 171 void console_type_create_redisplay_x (void); |
166 void console_type_create_scrollbar_x (void); | 172 void console_type_create_scrollbar_x (void); |
167 void console_type_create_select_x (void); | 173 void console_type_create_select_x (void); |
168 void console_type_create_toolbar_x (void); | 174 void console_type_create_toolbar_x (void); |
169 void console_type_create_dialog_x (void); | 175 void console_type_create_dialog_x (void); |
170 void console_type_create_mswindows (void); | 176 void console_type_create_mswindows (void); |
177 void reinit_console_type_create_mswindows (void); | |
171 void console_type_create_device_mswindows (void); | 178 void console_type_create_device_mswindows (void); |
172 void console_type_create_frame_mswindows (void); | 179 void console_type_create_frame_mswindows (void); |
173 void console_type_create_menubar_mswindows (void); | 180 void console_type_create_menubar_mswindows (void); |
174 void console_type_create_objects_mswindows (void); | 181 void console_type_create_objects_mswindows (void); |
175 void console_type_create_redisplay_mswindows (void); | 182 void console_type_create_redisplay_mswindows (void); |
180 void console_type_create_select_mswindows (void); | 187 void console_type_create_select_mswindows (void); |
181 | 188 |
182 /* Initialize the specifier types (dump-time only). */ | 189 /* Initialize the specifier types (dump-time only). */ |
183 | 190 |
184 void specifier_type_create (void); | 191 void specifier_type_create (void); |
192 void reinit_specifier_type_create (void); | |
185 void specifier_type_create_image (void); | 193 void specifier_type_create_image (void); |
194 void reinit_specifier_type_create_image (void); | |
186 void specifier_type_create_gutter (void); | 195 void specifier_type_create_gutter (void); |
196 void reinit_specifier_type_create_gutter (void); | |
187 void specifier_type_create_objects (void); | 197 void specifier_type_create_objects (void); |
198 void reinit_specifier_type_create_objects (void); | |
188 void specifier_type_create_toolbar (void); | 199 void specifier_type_create_toolbar (void); |
200 void reinit_specifier_type_create_toolbar (void); | |
189 | 201 |
190 /* Initialize the structure types (dump-time only). */ | 202 /* Initialize the structure types (dump-time only). */ |
191 | 203 |
192 void structure_type_create (void); | 204 void structure_type_create (void); |
193 void structure_type_create_chartab (void); | 205 void structure_type_create_chartab (void); |
218 | 230 |
219 /* Allow for Fprovide() (dump-time only). */ | 231 /* Allow for Fprovide() (dump-time only). */ |
220 | 232 |
221 void init_provide_once (void); | 233 void init_provide_once (void); |
222 | 234 |
223 /* Initialize most variables (dump-time only). */ | 235 /* Initialize most variables (dump-time for vars_, run-time for reinit_vars). */ |
224 | 236 |
225 void vars_of_abbrev (void); | 237 void vars_of_abbrev (void); |
226 void vars_of_alloc (void); | 238 void vars_of_alloc (void); |
227 void vars_of_balloon_x (void); | 239 void vars_of_balloon_x (void); |
228 void vars_of_buffer (void); | 240 void vars_of_buffer (void); |
241 void reinit_vars_of_buffer (void); | |
229 void vars_of_bytecode (void); | 242 void vars_of_bytecode (void); |
230 void vars_of_callint (void); | 243 void vars_of_callint (void); |
231 void vars_of_callproc (void); | 244 void vars_of_callproc (void); |
232 void vars_of_chartab (void); | 245 void vars_of_chartab (void); |
233 void vars_of_cmdloop (void); | 246 void vars_of_cmdloop (void); |
234 void vars_of_cmds (void); | 247 void vars_of_cmds (void); |
235 void vars_of_console (void); | 248 void vars_of_console (void); |
249 void reinit_vars_of_console (void); | |
236 void vars_of_console_stream (void); | 250 void vars_of_console_stream (void); |
237 void vars_of_console_mswindows (void); | 251 void vars_of_console_mswindows (void); |
238 void vars_of_console_tty (void); | 252 void vars_of_console_tty (void); |
239 void vars_of_data (void); | 253 void vars_of_data (void); |
240 void vars_of_database (void); | 254 void vars_of_database (void); |
241 void vars_of_debug (void); | 255 void vars_of_debug (void); |
256 void reinit_vars_of_debug (void); | |
242 void vars_of_device (void); | 257 void vars_of_device (void); |
258 void reinit_vars_of_device (void); | |
243 void vars_of_device_mswindows (void); | 259 void vars_of_device_mswindows (void); |
244 void vars_of_device_x (void); | 260 void vars_of_device_x (void); |
261 void reinit_vars_of_device_x (void); | |
245 void vars_of_dialog (void); | 262 void vars_of_dialog (void); |
246 void vars_of_dialog_x (void); | 263 void vars_of_dialog_x (void); |
247 void vars_of_dialog_mswindows (void); | 264 void vars_of_dialog_mswindows (void); |
248 void vars_of_dired (void); | 265 void vars_of_dired (void); |
249 void vars_of_dired_mswindows (void); | 266 void vars_of_dired_mswindows (void); |
251 void vars_of_dragdrop (void); | 268 void vars_of_dragdrop (void); |
252 void vars_of_editfns (void); | 269 void vars_of_editfns (void); |
253 void vars_of_elhash (void); | 270 void vars_of_elhash (void); |
254 void vars_of_emacs (void); | 271 void vars_of_emacs (void); |
255 void vars_of_eval (void); | 272 void vars_of_eval (void); |
273 void reinit_vars_of_eval (void); | |
256 void vars_of_event_stream (void); | 274 void vars_of_event_stream (void); |
275 void reinit_vars_of_event_stream (void); | |
257 void vars_of_event_tty (void); | 276 void vars_of_event_tty (void); |
277 void reinit_vars_of_event_tty (void); | |
258 void vars_of_event_mswindows (void); | 278 void vars_of_event_mswindows (void); |
279 void reinit_vars_of_event_mswindows (void); | |
259 void vars_of_event_Xt (void); | 280 void vars_of_event_Xt (void); |
281 void reinit_vars_of_event_Xt (void); | |
260 void vars_of_events (void); | 282 void vars_of_events (void); |
283 void reinit_vars_of_events (void); | |
261 void vars_of_extents (void); | 284 void vars_of_extents (void); |
285 void reinit_vars_of_extents (void); | |
262 void vars_of_faces (void); | 286 void vars_of_faces (void); |
263 void vars_of_fileio (void); | 287 void vars_of_fileio (void); |
264 void vars_of_filelock (void); | 288 void vars_of_filelock (void); |
265 void vars_of_floatfns (void); | 289 void vars_of_floatfns (void); |
266 void vars_of_font_lock (void); | 290 void vars_of_font_lock (void); |
291 void reinit_vars_of_font_lock (void); | |
267 void vars_of_frame_tty (void); | 292 void vars_of_frame_tty (void); |
268 void vars_of_frame_mswindows (void); | 293 void vars_of_frame_mswindows (void); |
269 void vars_of_frame_x (void); | 294 void vars_of_frame_x (void); |
270 void vars_of_frame (void); | 295 void vars_of_frame (void); |
271 void vars_of_glyphs_x (void); | 296 void vars_of_glyphs_x (void); |
272 void vars_of_glyphs_eimage (void); | 297 void vars_of_glyphs_eimage (void); |
273 void vars_of_glyphs_widget (void); | 298 void vars_of_glyphs_widget (void); |
299 void reinit_vars_of_glyphs_widget (void); | |
274 void vars_of_glyphs_mswindows (void); | 300 void vars_of_glyphs_mswindows (void); |
275 void vars_of_glyphs (void); | 301 void vars_of_glyphs (void); |
302 void reinit_vars_of_glyphs (void); | |
276 void vars_of_gui_x (void); | 303 void vars_of_gui_x (void); |
304 void reinit_vars_of_gui_x (void); | |
277 void vars_of_gui (void); | 305 void vars_of_gui (void); |
278 void vars_of_gutter (void); | 306 void vars_of_gutter (void); |
279 void vars_of_input_method_motif (void); | 307 void vars_of_input_method_motif (void); |
280 void vars_of_input_method_xlib (void); | 308 void vars_of_input_method_xlib (void); |
281 void vars_of_indent (void); | 309 void vars_of_indent (void); |
282 void vars_of_insdel (void); | 310 void vars_of_insdel (void); |
311 void reinit_vars_of_insdel (void); | |
283 void vars_of_intl (void); | 312 void vars_of_intl (void); |
284 void vars_of_keymap (void); | 313 void vars_of_keymap (void); |
285 void vars_of_lread (void); | 314 void vars_of_lread (void); |
315 void reinit_vars_of_lread (void); | |
286 void vars_of_lstream (void); | 316 void vars_of_lstream (void); |
317 void reinit_vars_of_lstream (void); | |
287 void vars_of_macros (void); | 318 void vars_of_macros (void); |
288 void vars_of_md5 (void); | 319 void vars_of_md5 (void); |
289 void vars_of_menubar_x (void); | 320 void vars_of_menubar_x (void); |
321 void reinit_vars_of_menubar_x (void); | |
290 void vars_of_menubar (void); | 322 void vars_of_menubar (void); |
291 void vars_of_menubar_mswindows (void); | 323 void vars_of_menubar_mswindows (void); |
292 void vars_of_minibuf (void); | 324 void vars_of_minibuf (void); |
325 void reinit_vars_of_minibuf (void); | |
293 void vars_of_module (void); | 326 void vars_of_module (void); |
327 void reinit_vars_of_module (void); | |
294 void vars_of_mule (void); | 328 void vars_of_mule (void); |
295 void vars_of_mule_canna (void); | 329 void vars_of_mule_canna (void); |
296 void vars_of_mule_ccl(void); | 330 void vars_of_mule_ccl(void); |
297 void vars_of_mule_charset (void); | 331 void vars_of_mule_charset (void); |
298 void vars_of_file_coding (void); | 332 void vars_of_file_coding (void); |
299 void vars_of_mule_wnn (void); | 333 void vars_of_mule_wnn (void); |
300 void vars_of_ntproc (void); | 334 void vars_of_ntproc (void); |
301 void vars_of_objects (void); | 335 void vars_of_objects (void); |
336 void reinit_vars_of_objects (void); | |
302 void vars_of_objects_tty (void); | 337 void vars_of_objects_tty (void); |
303 void vars_of_objects_mswindows (void); | 338 void vars_of_objects_mswindows (void); |
304 void vars_of_objects_x (void); | 339 void vars_of_objects_x (void); |
305 void vars_of_print (void); | 340 void vars_of_print (void); |
341 void reinit_vars_of_print (void); | |
306 void vars_of_process (void); | 342 void vars_of_process (void); |
307 void vars_of_process_nt (void); | 343 void vars_of_process_nt (void); |
308 void vars_of_process_unix (void); | 344 void vars_of_process_unix (void); |
309 void vars_of_profile (void); | 345 void vars_of_profile (void); |
310 void vars_of_ralloc (void); | 346 void vars_of_ralloc (void); |
311 void vars_of_redisplay (void); | 347 void vars_of_redisplay (void); |
348 void reinit_vars_of_redisplay (void); | |
312 void vars_of_scrollbar_x (void); | 349 void vars_of_scrollbar_x (void); |
350 void reinit_vars_of_scrollbar_x (void); | |
313 void vars_of_scrollbar (void); | 351 void vars_of_scrollbar (void); |
314 void vars_of_scrollbar_mswindows (void); | 352 void vars_of_scrollbar_mswindows (void); |
315 void vars_of_search (void); | 353 void vars_of_search (void); |
354 void reinit_vars_of_search (void); | |
316 void vars_of_select (void); | 355 void vars_of_select (void); |
317 void vars_of_select_mswindows (void); | 356 void vars_of_select_mswindows (void); |
318 void vars_of_sound (void); | 357 void vars_of_sound (void); |
319 void vars_of_specifier (void); | 358 void vars_of_specifier (void); |
320 void vars_of_sunpro (void); | 359 void vars_of_sunpro (void); |
321 void vars_of_symbols (void); | 360 void vars_of_symbols (void); |
322 void vars_of_syntax (void); | 361 void vars_of_syntax (void); |
323 void vars_of_toolbar (void); | 362 void vars_of_toolbar (void); |
324 void vars_of_tooltalk (void); | 363 void vars_of_tooltalk (void); |
325 void vars_of_undo (void); | 364 void vars_of_undo (void); |
365 void reinit_vars_of_undo (void); | |
326 void vars_of_window (void); | 366 void vars_of_window (void); |
367 void reinit_vars_of_window (void); | |
327 void vars_of_xselect (void); | 368 void vars_of_xselect (void); |
369 void reinit_vars_of_xselect (void); | |
328 void vars_of_eldap (void); | 370 void vars_of_eldap (void); |
329 | 371 |
330 /* Initialize specifier variables (dump-time only). */ | 372 /* Initialize specifier variables (dump-time only). */ |
331 | 373 |
332 void specifier_vars_of_glyphs (void); | 374 void specifier_vars_of_glyphs (void); |
336 void specifier_vars_of_scrollbar (void); | 378 void specifier_vars_of_scrollbar (void); |
337 void specifier_vars_of_toolbar (void); | 379 void specifier_vars_of_toolbar (void); |
338 void specifier_vars_of_window (void); | 380 void specifier_vars_of_window (void); |
339 | 381 |
340 /* Initialize variables with complex dependencies | 382 /* Initialize variables with complex dependencies |
341 on other variables (dump-time only). */ | 383 on other variables (dump-time for complex_vars_, run-time for reinit_). */ |
342 | 384 |
343 void complex_vars_of_regex (void); | 385 void complex_vars_of_regex (void); |
344 void complex_vars_of_search (void); | 386 void complex_vars_of_search (void); |
345 void complex_vars_of_event_stream (void); | 387 void complex_vars_of_event_stream (void); |
346 void complex_vars_of_extents (void); | 388 void complex_vars_of_extents (void); |
356 void complex_vars_of_frame (void); | 398 void complex_vars_of_frame (void); |
357 void complex_vars_of_casetab (void); | 399 void complex_vars_of_casetab (void); |
358 void complex_vars_of_syntax (void); | 400 void complex_vars_of_syntax (void); |
359 void complex_vars_of_chartab (void); | 401 void complex_vars_of_chartab (void); |
360 void complex_vars_of_buffer (void); | 402 void complex_vars_of_buffer (void); |
403 void reinit_complex_vars_of_buffer (void); | |
361 void complex_vars_of_console (void); | 404 void complex_vars_of_console (void); |
405 void reinit_complex_vars_of_console (void); | |
362 void complex_vars_of_emacs (void); | 406 void complex_vars_of_emacs (void); |
363 void complex_vars_of_minibuf (void); | 407 void complex_vars_of_minibuf (void); |
408 void reinit_complex_vars_of_minibuf (void); | |
364 void complex_vars_of_callproc (void); | 409 void complex_vars_of_callproc (void); |
365 void complex_vars_of_filelock (void); | |
366 void complex_vars_of_keymap (void); | 410 void complex_vars_of_keymap (void); |
367 | 411 |
368 /* Reset the Lisp engine (run-time only). */ | 412 /* Reset the Lisp engine (run-time only). */ |
369 | 413 |
370 void reinit_alloc (void); | 414 void reinit_alloc (void); |