annotate src/symsinit.h @ 5127:a9c41067dd88 ben-lisp-object

more cleanups, terminology clarification, lots of doc work -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2010-03-05 Ben Wing <ben@xemacs.org> * internals/internals.texi (Introduction to Allocation): * internals/internals.texi (Integers and Characters): * internals/internals.texi (Allocation from Frob Blocks): * internals/internals.texi (lrecords): * internals/internals.texi (Low-level allocation): Rewrite section on allocation of Lisp objects to reflect the new reality. Remove references to nonexistent XSETINT and XSETCHAR. modules/ChangeLog addition: 2010-03-05 Ben Wing <ben@xemacs.org> * postgresql/postgresql.c (allocate_pgconn): * postgresql/postgresql.c (allocate_pgresult): * postgresql/postgresql.h (struct Lisp_PGconn): * postgresql/postgresql.h (struct Lisp_PGresult): * ldap/eldap.c (allocate_ldap): * ldap/eldap.h (struct Lisp_LDAP): Same changes as in src/ dir. See large log there in ChangeLog, but basically: ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER ../hlo/src/ChangeLog addition: 2010-03-05 Ben Wing <ben@xemacs.org> * alloc.c: * alloc.c (old_alloc_sized_lcrecord): * alloc.c (very_old_free_lcrecord): * alloc.c (copy_lisp_object): * alloc.c (zero_sized_lisp_object): * alloc.c (zero_nonsized_lisp_object): * alloc.c (lisp_object_storage_size): * alloc.c (free_normal_lisp_object): * alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC): * alloc.c (ALLOC_FROB_BLOCK_LISP_OBJECT): * alloc.c (Fcons): * alloc.c (noseeum_cons): * alloc.c (make_float): * alloc.c (make_bignum): * alloc.c (make_bignum_bg): * alloc.c (make_ratio): * alloc.c (make_ratio_bg): * alloc.c (make_ratio_rt): * alloc.c (make_bigfloat): * alloc.c (make_bigfloat_bf): * alloc.c (size_vector): * alloc.c (make_compiled_function): * alloc.c (Fmake_symbol): * alloc.c (allocate_extent): * alloc.c (allocate_event): * alloc.c (make_key_data): * alloc.c (make_button_data): * alloc.c (make_motion_data): * alloc.c (make_process_data): * alloc.c (make_timeout_data): * alloc.c (make_magic_data): * alloc.c (make_magic_eval_data): * alloc.c (make_eval_data): * alloc.c (make_misc_user_data): * alloc.c (Fmake_marker): * alloc.c (noseeum_make_marker): * alloc.c (size_string_direct_data): * alloc.c (make_uninit_string): * alloc.c (make_string_nocopy): * alloc.c (mark_lcrecord_list): * alloc.c (alloc_managed_lcrecord): * alloc.c (free_managed_lcrecord): * alloc.c (sweep_lcrecords_1): * alloc.c (malloced_storage_size): * buffer.c (allocate_buffer): * buffer.c (compute_buffer_usage): * buffer.c (DEFVAR_BUFFER_LOCAL_1): * buffer.c (nuke_all_buffer_slots): * buffer.c (common_init_complex_vars_of_buffer): * buffer.h (struct buffer_text): * buffer.h (struct buffer): * bytecode.c: * bytecode.c (make_compiled_function_args): * bytecode.c (size_compiled_function_args): * bytecode.h (struct compiled_function_args): * casetab.c (allocate_case_table): * casetab.h (struct Lisp_Case_Table): * charset.h (struct Lisp_Charset): * chartab.c (fill_char_table): * chartab.c (Fmake_char_table): * chartab.c (make_char_table_entry): * chartab.c (copy_char_table_entry): * chartab.c (Fcopy_char_table): * chartab.c (put_char_table): * chartab.h (struct Lisp_Char_Table_Entry): * chartab.h (struct Lisp_Char_Table): * console-gtk-impl.h (struct gtk_device): * console-gtk-impl.h (struct gtk_frame): * console-impl.h (struct console): * console-msw-impl.h (struct Lisp_Devmode): * console-msw-impl.h (struct mswindows_device): * console-msw-impl.h (struct msprinter_device): * console-msw-impl.h (struct mswindows_frame): * console-msw-impl.h (struct mswindows_dialog_id): * console-stream-impl.h (struct stream_console): * console-stream.c (stream_init_console): * console-tty-impl.h (struct tty_console): * console-tty-impl.h (struct tty_device): * console-tty.c (allocate_tty_console_struct): * console-x-impl.h (struct x_device): * console-x-impl.h (struct x_frame): * console.c (allocate_console): * console.c (nuke_all_console_slots): * console.c (DEFVAR_CONSOLE_LOCAL_1): * console.c (common_init_complex_vars_of_console): * data.c (make_weak_list): * data.c (make_weak_box): * data.c (make_ephemeron): * database.c: * database.c (struct Lisp_Database): * database.c (allocate_database): * database.c (finalize_database): * device-gtk.c (allocate_gtk_device_struct): * device-impl.h (struct device): * device-msw.c: * device-msw.c (mswindows_init_device): * device-msw.c (msprinter_init_device): * device-msw.c (finalize_devmode): * device-msw.c (allocate_devmode): * device-tty.c (allocate_tty_device_struct): * device-x.c (allocate_x_device_struct): * device.c: * device.c (nuke_all_device_slots): * device.c (allocate_device): * dialog-msw.c (handle_question_dialog_box): * elhash.c: * elhash.c (struct Lisp_Hash_Table): * elhash.c (finalize_hash_table): * elhash.c (make_general_lisp_hash_table): * elhash.c (Fcopy_hash_table): * elhash.h (htentry): * emacs.c (main_1): * eval.c: * eval.c (size_multiple_value): * event-stream.c (finalize_command_builder): * event-stream.c (allocate_command_builder): * event-stream.c (free_command_builder): * event-stream.c (event_stream_generate_wakeup): * event-stream.c (event_stream_resignal_wakeup): * event-stream.c (event_stream_disable_wakeup): * event-stream.c (event_stream_wakeup_pending_p): * events.h (struct Lisp_Timeout): * events.h (struct command_builder): * extents-impl.h: * extents-impl.h (struct extent_auxiliary): * extents-impl.h (struct extent_info): * extents-impl.h (set_extent_no_chase_aux_field): * extents-impl.h (set_extent_no_chase_normal_field): * extents.c: * extents.c (gap_array_marker): * extents.c (gap_array): * extents.c (extent_list_marker): * extents.c (extent_list): * extents.c (stack_of_extents): * extents.c (gap_array_make_marker): * extents.c (extent_list_make_marker): * extents.c (allocate_extent_list): * extents.c (SLOT): * extents.c (mark_extent_auxiliary): * extents.c (allocate_extent_auxiliary): * extents.c (attach_extent_auxiliary): * extents.c (size_gap_array): * extents.c (finalize_extent_info): * extents.c (allocate_extent_info): * extents.c (uninit_buffer_extents): * extents.c (allocate_soe): * extents.c (copy_extent): * extents.c (vars_of_extents): * extents.h: * faces.c (allocate_face): * faces.h (struct Lisp_Face): * faces.h (struct face_cachel): * file-coding.c: * file-coding.c (finalize_coding_system): * file-coding.c (sizeof_coding_system): * file-coding.c (Fcopy_coding_system): * file-coding.h (struct Lisp_Coding_System): * file-coding.h (MARKED_SLOT): * fns.c (size_bit_vector): * font-mgr.c: * font-mgr.c (finalize_fc_pattern): * font-mgr.c (print_fc_pattern): * font-mgr.c (Ffc_pattern_p): * font-mgr.c (Ffc_pattern_create): * font-mgr.c (Ffc_name_parse): * font-mgr.c (Ffc_name_unparse): * font-mgr.c (Ffc_pattern_duplicate): * font-mgr.c (Ffc_pattern_add): * font-mgr.c (Ffc_pattern_del): * font-mgr.c (Ffc_pattern_get): * font-mgr.c (fc_config_create_using): * font-mgr.c (fc_strlist_to_lisp_using): * font-mgr.c (fontset_to_list): * font-mgr.c (Ffc_config_p): * font-mgr.c (Ffc_config_up_to_date): * font-mgr.c (Ffc_config_build_fonts): * font-mgr.c (Ffc_config_get_cache): * font-mgr.c (Ffc_config_get_fonts): * font-mgr.c (Ffc_config_set_current): * font-mgr.c (Ffc_config_get_blanks): * font-mgr.c (Ffc_config_get_rescan_interval): * font-mgr.c (Ffc_config_set_rescan_interval): * font-mgr.c (Ffc_config_app_font_add_file): * font-mgr.c (Ffc_config_app_font_add_dir): * font-mgr.c (Ffc_config_app_font_clear): * font-mgr.c (size): * font-mgr.c (Ffc_config_substitute): * font-mgr.c (Ffc_font_render_prepare): * font-mgr.c (Ffc_font_match): * font-mgr.c (Ffc_font_sort): * font-mgr.c (finalize_fc_config): * font-mgr.c (print_fc_config): * font-mgr.h: * font-mgr.h (struct fc_pattern): * font-mgr.h (XFC_PATTERN): * font-mgr.h (struct fc_config): * font-mgr.h (XFC_CONFIG): * frame-gtk.c (allocate_gtk_frame_struct): * frame-impl.h (struct frame): * frame-msw.c (mswindows_init_frame_1): * frame-x.c (allocate_x_frame_struct): * frame.c (nuke_all_frame_slots): * frame.c (allocate_frame_core): * gc.c: * gc.c (GC_CHECK_NOT_FREE): * glyphs.c (finalize_image_instance): * glyphs.c (allocate_image_instance): * glyphs.c (Fcolorize_image_instance): * glyphs.c (allocate_glyph): * glyphs.c (unmap_subwindow_instance_cache_mapper): * glyphs.c (register_ignored_expose): * glyphs.h (struct Lisp_Image_Instance): * glyphs.h (struct Lisp_Glyph): * glyphs.h (struct glyph_cachel): * glyphs.h (struct expose_ignore): * gui.c (allocate_gui_item): * gui.h (struct Lisp_Gui_Item): * keymap.c (struct Lisp_Keymap): * keymap.c (make_keymap): * lisp.h: * lisp.h (struct Lisp_String_Direct_Data): * lisp.h (struct Lisp_String_Indirect_Data): * lisp.h (struct Lisp_Vector): * lisp.h (struct Lisp_Bit_Vector): * lisp.h (DECLARE_INLINE_LISP_BIT_VECTOR): * lisp.h (struct weak_box): * lisp.h (struct ephemeron): * lisp.h (struct weak_list): * lrecord.h: * lrecord.h (struct lrecord_implementation): * lrecord.h (MC_ALLOC_CALL_FINALIZER): * lrecord.h (struct lcrecord_list): * lstream.c (finalize_lstream): * lstream.c (sizeof_lstream): * lstream.c (Lstream_new): * lstream.c (Lstream_delete): * lstream.h (struct lstream): * marker.c: * marker.c (finalize_marker): * marker.c (compute_buffer_marker_usage): * mule-charset.c: * mule-charset.c (make_charset): * mule-charset.c (compute_charset_usage): * objects-impl.h (struct Lisp_Color_Instance): * objects-impl.h (struct Lisp_Font_Instance): * objects-tty-impl.h (struct tty_color_instance_data): * objects-tty-impl.h (struct tty_font_instance_data): * objects-tty.c (tty_initialize_color_instance): * objects-tty.c (tty_initialize_font_instance): * objects.c (finalize_color_instance): * objects.c (Fmake_color_instance): * objects.c (finalize_font_instance): * objects.c (Fmake_font_instance): * objects.c (reinit_vars_of_objects): * opaque.c: * opaque.c (sizeof_opaque): * opaque.c (make_opaque_ptr): * opaque.c (free_opaque_ptr): * opaque.h: * opaque.h (Lisp_Opaque): * opaque.h (Lisp_Opaque_Ptr): * print.c (printing_unreadable_lcrecord): * print.c (external_object_printer): * print.c (debug_p4): * process.c (finalize_process): * process.c (make_process_internal): * procimpl.h (struct Lisp_Process): * rangetab.c (Fmake_range_table): * rangetab.c (Fcopy_range_table): * rangetab.h (struct Lisp_Range_Table): * scrollbar.c: * scrollbar.c (create_scrollbar_instance): * scrollbar.c (compute_scrollbar_instance_usage): * scrollbar.h (struct scrollbar_instance): * specifier.c (finalize_specifier): * specifier.c (sizeof_specifier): * specifier.c (set_specifier_caching): * specifier.h (struct Lisp_Specifier): * specifier.h (struct specifier_caching): * symeval.h: * symeval.h (SYMBOL_VALUE_MAGIC_P): * symeval.h (DEFVAR_SYMVAL_FWD): * symsinit.h: * syntax.c (init_buffer_syntax_cache): * syntax.h (struct syntax_cache): * toolbar.c: * toolbar.c (allocate_toolbar_button): * toolbar.c (update_toolbar_button): * toolbar.h (struct toolbar_button): * tooltalk.c (struct Lisp_Tooltalk_Message): * tooltalk.c (make_tooltalk_message): * tooltalk.c (struct Lisp_Tooltalk_Pattern): * tooltalk.c (make_tooltalk_pattern): * ui-gtk.c: * ui-gtk.c (allocate_ffi_data): * ui-gtk.c (emacs_gtk_object_finalizer): * ui-gtk.c (allocate_emacs_gtk_object_data): * ui-gtk.c (allocate_emacs_gtk_boxed_data): * ui-gtk.h: * window-impl.h (struct window): * window-impl.h (struct window_mirror): * window.c (finalize_window): * window.c (allocate_window): * window.c (new_window_mirror): * window.c (mark_window_as_deleted): * window.c (make_dummy_parent): * window.c (compute_window_mirror_usage): * window.c (compute_window_usage): Overall point of this change and previous ones in this repository: (1) Introduce new, clearer terminology: everything other than int or char is a "record" object, which comes in two types: "normal objects" and "frob-block objects". Fix up all places that referred to frob-block objects as "simple", "basic", etc. (2) Provide an advertised interface for doing operations on Lisp objects, including creating new types, that is clean and consistent in its naming, uses the above-referenced terms and avoids referencing "lrecords", "old lcrecords", etc., which should hide under the surface. (3) Make the size_in_bytes and finalizer methods take a Lisp_Object rather than a void * for consistency with other methods. (4) Separate finalizer method into finalizer and disksaver, so that normal finalize methods don't have to worry about disksaving. Other specifics: (1) Renaming: LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT implementation->basic_p -> implementation->frob_block_p ALLOCATE_FIXED_TYPE_AND_SET_IMPL -> ALLOC_FROB_BLOCK_LISP_OBJECT *FCCONFIG*, wrap_fcconfig -> *FC_CONFIG*, wrap_fc_config *FCPATTERN*, wrap_fcpattern -> *FC_PATTERN*, wrap_fc_pattern (the last two changes make the naming of these macros consistent with the naming of all other macros, since the objects are named fc-config and fc-pattern with a hyphen) (2) Lots of documentation fixes in lrecord.h. (3) Eliminate macros for copying, freeing, zeroing objects, getting their storage size. Instead, new functions: zero_sized_lisp_object() zero_nonsized_lisp_object() lisp_object_storage_size() free_normal_lisp_object() (copy_lisp_object() already exists) LISP_OBJECT_FROB_BLOCK_P() (actually a macro) Eliminated: free_lrecord() zero_lrecord() copy_lrecord() copy_sized_lrecord() old_copy_lcrecord() old_copy_sized_lcrecord() old_zero_lcrecord() old_zero_sized_lcrecord() LISP_OBJECT_STORAGE_SIZE() COPY_SIZED_LISP_OBJECT() COPY_SIZED_LCRECORD() COPY_LISP_OBJECT() ZERO_LISP_OBJECT() FREE_LISP_OBJECT() (4) Catch the remaining places where lrecord stuff was used directly and use the advertised interface, e.g. alloc_sized_lrecord() -> ALLOC_SIZED_LISP_OBJECT(). (5) Make certain statically-declared pseudo-objects (buffer_local_flags, console_local_flags) have their lheader initialized correctly, so things like copy_lisp_object() can work on them. Make extent_auxiliary_defaults a proper heap object Vextent_auxiliary_defaults, and make extent auxiliaries dumpable so that this object can be dumped. allocate_extent_auxiliary() now just creates the object, and attach_extent_auxiliary() creates an extent auxiliary and attaches to an extent, like the old allocate_extent_auxiliary(). (6) Create EXTENT_AUXILIARY_SLOTS macro, similar to the foo-slots.h files but in a macro instead of a file. The purpose is to avoid duplication when iterating over all the slots in an extent auxiliary. Use it. (7) In lstream.c, don't zero out object after allocation because allocation routines take care of this. (8) In marker.c, fix a mistake in computing marker overhead. (9) In print.c, clean up printing_unreadable_lcrecord(), external_object_printer() to avoid lots of ifdef NEW_GC's. (10) Separate toolbar-button allocation into a separate allocate_toolbar_button() function for use in the example code in lrecord.h.
author Ben Wing <ben@xemacs.org>
date Fri, 05 Mar 2010 04:08:17 -0600
parents 17362f371cc2
children 1fae11d56ad2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 /* Various initialization function prototypes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2 Copyright (C) 1995 Board of Trustees, University of Illinois.
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
3 Copyright (C) 2001, 2002, 2010 Ben Wing.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5 This file is part of XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7 XEmacs is free software; you can redistribute it and/or modify it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
10 later version.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
11
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
12 XEmacs is distributed in the hope that it will be useful, but WITHOUT
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
15 for more details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
16
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
18 along with XEmacs; see the file COPYING. If not, write to
4802
2fc0e2f18322 Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat
Jerry James <james@xemacs.org>
parents: 3381
diff changeset
19 the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor,
2fc0e2f18322 Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat
Jerry James <james@xemacs.org>
parents: 3381
diff changeset
20 Boston, MA 02111-1301, USA. */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
21
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
22 /* Synched up with: Not in FSF. */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
23
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
24 /* There is no need to put ifdefs around the prototypes here. Extra
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
25 prototypes won't hurt anything. */
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
26
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
27 #ifndef INCLUDED_symsinit_h_
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
28 #define INCLUDED_symsinit_h_
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
29
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
30 /* Earliest environment initializations (dump-time and run-time). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
31
2367
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 1983
diff changeset
32 void init_win32_very_very_early (void);
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 1983
diff changeset
33
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
34 void init_data_very_early (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
35 void init_floatfns_very_early (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
36 void init_free_hook (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
37 void init_mswindows_dde_very_early (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
38 void init_process_times_very_early (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
39 void init_ralloc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
40 void init_signals_very_early (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
41
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
42 /* Early Lisp-engine initialization -- dump-time only for init, dump-time
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
43 and post-pdump-load-time for reinit. We call the reinit() routine
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
44 ourselves at post-pdump-load-time, but the init_() routine calls the
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
45 reinit() routine itself. (This is because sometimes the timing of when
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
46 to call the routine is tricky -- the init routine might need to do some
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
47 stuff, call the reinit() routine, and do some more stuff.) */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
48
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
49 void reinit_alloc_early (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
50 void init_alloc_once_early (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
51 void reinit_eistring_early (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
52 void init_eistring_once_early (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
53 void init_elhash_once_early (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
54 void init_errors_once_early (void);
1204
e22b0213b713 [xemacs-hg @ 2003-01-12 11:07:58 by michaels]
michaels
parents: 863
diff changeset
55 void reinit_opaque_early (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
56 void init_opaque_once_early (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
57 void reinit_symbols_early (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
58 void init_symbols_once_early (void);
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
59
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
60 /* Reset the Lisp engine. Called both at dump-time, run-time and
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
61 run-temacs-time; at dump-time, it's called early, before any of the
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
62 vars() or complex_vars() routines. Currently does almost nothing. */
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
63
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
64 void init_alloc_early (void);
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
65
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
66 /* Called somewhat randomly -- at dump-time, in the middle of the vars()
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
67 calls, and at run-time, just before the late initializations. */
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
68
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
69 void init_eval_semi_early (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
70
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
71 /* Declare the built-in symbols and primitives (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
72
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
73 void syms_of_abbrev (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
74 void syms_of_alloc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
75 void syms_of_balloon_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
76 void syms_of_buffer (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
77 void syms_of_bytecode (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
78 void syms_of_callint (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
79 EXTERN_C void syms_of_canna_api (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
80 void syms_of_casefiddle (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
81 void syms_of_casetab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
82 void syms_of_chartab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
83 void syms_of_cmdloop (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
84 void syms_of_cmds (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
85 void syms_of_console (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
86 void syms_of_console_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
87 void syms_of_console_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
88 void syms_of_data (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
89 void syms_of_database (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
90 void syms_of_debug (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
91 void syms_of_device (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
92 void syms_of_device_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
93 void syms_of_device_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
94 void syms_of_device_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
95 void syms_of_device_x (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
96 void syms_of_dialog (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
97 void syms_of_dialog_gtk (void);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
98 void syms_of_dialog_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
99 void syms_of_dialog_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
100 void syms_of_dired (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
101 void syms_of_dired_mswindows (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
102 void syms_of_doc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
103 void syms_of_dragdrop (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
104 void syms_of_editfns (void);
1706
9fc738581a9d [xemacs-hg @ 2003-09-22 03:21:12 by james]
james
parents: 1415
diff changeset
105 EXTERN_C void syms_of_eldap (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
106 void syms_of_elhash (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
107 void syms_of_emacs (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
108 void syms_of_eval (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
109 void syms_of_event_Xt (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
110 void syms_of_event_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
111 void syms_of_event_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
112 void syms_of_event_stream (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
113 void syms_of_events (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
114 void syms_of_extents (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
115 void syms_of_faces (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
116 void syms_of_file_coding (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
117 void syms_of_fileio (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
118 void syms_of_filelock (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
119 void syms_of_floatfns (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
120 void syms_of_fns (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
121 void syms_of_font_lock (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
122 void syms_of_font_mgr (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
123 void syms_of_frame (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
124 void syms_of_frame_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
125 void syms_of_frame_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
126 void syms_of_frame_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
127 void syms_of_frame_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
128 void syms_of_free_hook (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
129 void syms_of_general (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
130 void syms_of_glyphs (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
131 void syms_of_glyphs_eimage (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
132 void syms_of_glyphs_gtk (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
133 void syms_of_glyphs_mswindows (void);
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 462
diff changeset
134 void syms_of_glyphs_shared (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
135 void syms_of_glyphs_widget (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
136 void syms_of_glyphs_x (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
137 void syms_of_gpmevent (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
138 void syms_of_gui (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
139 void syms_of_gui_gtk (void);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
140 void syms_of_gui_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
141 void syms_of_gui_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
142 void syms_of_gutter (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
143 void syms_of_indent (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
144 void syms_of_input_method_xlib (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
145 void syms_of_intl (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
146 void syms_of_intl_win32 (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
147 void syms_of_intl_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
148 void syms_of_keymap (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
149 void syms_of_lread (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
150 void syms_of_macros (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
151 void syms_of_marker (void);
2720
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2526
diff changeset
152 void syms_of_mc_alloc (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
153 void syms_of_md5 (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
154 void syms_of_menubar (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
155 void syms_of_menubar_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
156 void syms_of_menubar_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
157 void syms_of_menubar_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
158 void syms_of_minibuf (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
159 void syms_of_module (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
160 void syms_of_mule_ccl (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
161 void syms_of_mule_charset (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
162 void syms_of_mule_coding (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
163 void syms_of_mule_wnn (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
164 void syms_of_nt (void);
1983
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
165 void syms_of_number (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
166 void syms_of_objects (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
167 void syms_of_objects_gtk (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
168 void syms_of_objects_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
169 void syms_of_objects_tty (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
170 void syms_of_objects_x (void);
1706
9fc738581a9d [xemacs-hg @ 2003-09-22 03:21:12 by james]
james
parents: 1415
diff changeset
171 EXTERN_C void syms_of_postgresql (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
172 void syms_of_print (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
173 void syms_of_process (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
174 void syms_of_process_nt (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
175 void syms_of_profile (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
176 void syms_of_ralloc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
177 void syms_of_rangetab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
178 void syms_of_redisplay (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
179 void syms_of_scrollbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
180 void syms_of_scrollbar_mswindows(void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
181 void syms_of_search (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
182 void syms_of_select (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
183 void syms_of_select_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
184 void syms_of_select_mswindows (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
185 void syms_of_select_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
186 void syms_of_signal (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
187 void syms_of_sound (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
188 void syms_of_specifier (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
189 void syms_of_sunpro (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
190 void syms_of_symbols (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
191 void syms_of_syntax (void);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
192 void syms_of_tests (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
193 void syms_of_text (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
194 void syms_of_toolbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
195 void syms_of_tooltalk (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
196 void syms_of_ui_byhand (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
197 void syms_of_ui_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
198 void syms_of_undo (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
199 void syms_of_unicode (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
200 void syms_of_widget (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
201 void syms_of_widget_accessors (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
202 void syms_of_win32 (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
203 void syms_of_window (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
204
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
205 /* Initialize the console types (dump-time only for console_type_(),
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
206 post-pdump-load-time only for reinit_). */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
207
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
208 void console_type_create (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
209 void console_type_create_device_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
210 void console_type_create_device_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
211 void console_type_create_device_tty (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
212 void console_type_create_device_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
213 void reinit_console_type_create_device_x (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
214 void console_type_create_dialog_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
215 void console_type_create_dialog_mswindows (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
216 void console_type_create_dialog_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
217 void console_type_create_frame_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
218 void console_type_create_frame_mswindows (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
219 void console_type_create_frame_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
220 void console_type_create_frame_x (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
221 void console_type_create_glyphs_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
222 void console_type_create_glyphs_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
223 void console_type_create_glyphs_x (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
224 void console_type_create_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
225 void reinit_console_type_create_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
226 void console_type_create_menubar_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
227 void console_type_create_menubar_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
228 void console_type_create_menubar_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
229 void console_type_create_mswindows (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
230 void reinit_console_type_create_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
231 void console_type_create_objects_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
232 void console_type_create_objects_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
233 void console_type_create_objects_tty (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
234 void console_type_create_objects_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
235 void console_type_create_redisplay_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
236 void console_type_create_redisplay_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
237 void console_type_create_redisplay_tty (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
238 void console_type_create_redisplay_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
239 void console_type_create_scrollbar_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
240 void console_type_create_scrollbar_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
241 void console_type_create_scrollbar_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
242 void console_type_create_select_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
243 void console_type_create_select_mswindows (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
244 void console_type_create_select_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
245 void console_type_create_stream (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
246 void reinit_console_type_create_stream (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
247 void console_type_create_toolbar_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
248 void console_type_create_toolbar_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
249 void console_type_create_toolbar_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
250 void console_type_create_tty (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
251 void reinit_console_type_create_tty (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
252 void console_type_create_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
253 void reinit_console_type_create_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
254
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
255 /* Initialize the specifier types (dump-time only for specifier_type_(),
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
256 post-pdump-load-time only for reinit_). */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
257
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
258 void specifier_type_create (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
259 void reinit_specifier_type_create (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
260 void specifier_type_create_gutter (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
261 void reinit_specifier_type_create_gutter (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
262 void specifier_type_create_image (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
263 void reinit_specifier_type_create_image (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
264 void specifier_type_create_objects (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
265 void reinit_specifier_type_create_objects (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
266 void specifier_type_create_toolbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
267 void reinit_specifier_type_create_toolbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
268
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
269 /* Initialize the coding system types (dump-time only for
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
270 coding_system_type_(), post-pdump-load-time only for reinit_). */
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
271
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
272 void coding_system_type_create (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
273 void reinit_coding_system_type_create (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
274 void coding_system_type_create_intl_win32 (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
275 void reinit_coding_system_type_create_intl_win32 (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
276 void coding_system_type_create_mule_coding (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
277 void reinit_coding_system_type_create_mule_coding (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
278 void coding_system_type_create_unicode (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
279 void reinit_coding_system_type_create_unicode (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
280
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
281 /* Initialize the structure types (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
282
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
283 void structure_type_create (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
284 void structure_type_create_chartab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
285 void structure_type_create_faces (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
286 void structure_type_create_hash_table (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
287 void structure_type_create_rangetab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
288
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
289 /* Initialize the image instantiator types (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
290
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
291 void image_instantiator_format_create (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
292 void image_instantiator_format_create_glyphs_eimage (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
293 void image_instantiator_format_create_glyphs_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
294 void image_instantiator_format_create_glyphs_mswindows (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
295 void image_instantiator_format_create_glyphs_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
296 void image_instantiator_format_create_glyphs_widget (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
297 void image_instantiator_format_create_glyphs_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
298
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
299 /* Initialize the lstream types (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
300
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
301 void lstream_type_create (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
302 void lstream_type_create_file_coding (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
303 void lstream_type_create_mswindows_selectable (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
304 void lstream_type_create_print (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
305
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
306 /* Initialize process types */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
307
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
308 void process_type_create_nt (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
309 void process_type_create_unix (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
310
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
311 /* Allow for Fprovide() (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
312
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
313 void init_provide_once (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
314
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
315 /* Lisp interactive function to sort groups of initialization functions by
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
316 name, ignoring any reinit_ or init_ at the beginning. Put the cursor
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
317 after the last right paren, type C-x C-e, then select some text and
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
318 M-x sort-symsinit.
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
319
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
320 (defun sort-symsinit (start end)
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
321 (interactive "r")
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
322 (sort-regexp-fields nil "^.*?void \\(?:re\\)?\\(init_\\)?\\([A-Za-z0-9_]+\\).*$" "\\2"
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
323 start end))
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
324
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
325 */
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
326
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
327 /* Initialize most variables (dump-time for vars_, dump-time and
2367
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 1983
diff changeset
328 post-pdump-load-time for reinit_vars). */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
329
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
330 void vars_of_abbrev (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
331 void vars_of_alloc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
332 void vars_of_balloon_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
333 void vars_of_buffer (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
334 void reinit_vars_of_buffer (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
335 void vars_of_bytecode (void);
4921
17362f371cc2 add more byte-code assertions and better failure output
Ben Wing <ben@xemacs.org>
parents: 4908
diff changeset
336 void reinit_vars_of_bytecode (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
337 void vars_of_callint (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
338 EXTERN_C void vars_of_canna_api (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
339 void vars_of_chartab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
340 void vars_of_cmdloop (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
341 void vars_of_cmds (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
342 void vars_of_console (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
343 void reinit_vars_of_console (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
344 void vars_of_console_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
345 void vars_of_console_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
346 void vars_of_console_stream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
347 void vars_of_console_tty (void);
3381
374186f156d5 [xemacs-hg @ 2006-05-06 17:55:58 by stephent]
stephent
parents: 3360
diff changeset
348 void vars_of_console_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
349 void vars_of_data (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
350 void vars_of_database (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
351 void vars_of_debug (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
352 void reinit_vars_of_debug (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
353 void vars_of_device (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
354 void reinit_vars_of_device (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
355 void vars_of_device_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
356 void vars_of_device_mswindows (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
357 void vars_of_device_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
358 void reinit_vars_of_device_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
359 void vars_of_dialog (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
360 void vars_of_dialog_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
361 void vars_of_dialog_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
362 void vars_of_dialog_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
363 void vars_of_dired (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
364 void vars_of_dired_mswindows (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
365 void vars_of_doc (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
366 void vars_of_dragdrop (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
367 void vars_of_editfns (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
368 EXTERN_C void vars_of_eldap (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
369 void vars_of_emacs (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
370 void vars_of_eval (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
371 void reinit_vars_of_eval (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
372 void vars_of_event_Xt (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
373 void reinit_vars_of_event_Xt (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
374 void vars_of_event_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
375 void reinit_vars_of_event_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
376 void vars_of_event_mswindows (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
377 void reinit_vars_of_event_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
378 void vars_of_event_stream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
379 void reinit_vars_of_event_stream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
380 void vars_of_event_tty (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
381 void reinit_vars_of_event_tty (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
382 void vars_of_events (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
383 void reinit_vars_of_events (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
384 void vars_of_extents (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
385 void vars_of_faces (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
386 void vars_of_file_coding (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
387 void reinit_vars_of_file_coding (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
388 void vars_of_fileio (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
389 #ifdef USE_C_FONT_LOCK
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
390 void reinit_vars_of_fileio (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
391 void vars_of_filelock (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
392 #endif /* USE_C_FONT_LOCK */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
393 void vars_of_floatfns (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
394 void vars_of_fns (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
395 void vars_of_font_lock (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
396 void reinit_vars_of_font_lock (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
397 void vars_of_font_mgr (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
398 void reinit_vars_of_font_mgr (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
399 void vars_of_frame (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
400 void vars_of_frame_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
401 void vars_of_frame_mswindows (void);
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 428
diff changeset
402 void reinit_vars_of_frame_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
403 void vars_of_frame_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
404 void vars_of_frame_x (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
405 void vars_of_glyphs (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
406 void reinit_vars_of_glyphs (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
407 void vars_of_glyphs_eimage (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
408 void vars_of_glyphs_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
409 void vars_of_glyphs_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
410 void vars_of_glyphs_widget (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
411 void reinit_vars_of_glyphs_widget (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
412 void vars_of_glyphs_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
413 void vars_of_gpmevent (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
414 void vars_of_gui (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
415 void vars_of_gui_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
416 void vars_of_gui_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
417 void reinit_vars_of_gui_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
418 void vars_of_gutter (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
419 void vars_of_indent (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
420 void vars_of_input_method_motif (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
421 void vars_of_input_method_xlib (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
422 void vars_of_insdel (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
423 void reinit_vars_of_insdel (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
424 void vars_of_intl (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
425 void vars_of_intl_win32 (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
426 void vars_of_keymap (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
427 void vars_of_lread (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
428 void reinit_vars_of_lread (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
429 void vars_of_lstream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
430 void reinit_vars_of_lstream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
431 void vars_of_macros (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
432 void vars_of_md5 (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
433 void vars_of_menubar (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
434 void vars_of_menubar_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
435 void reinit_vars_of_menubar_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
436 void vars_of_menubar_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
437 void vars_of_menubar_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
438 void reinit_vars_of_menubar_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
439 void vars_of_minibuf (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
440 void reinit_vars_of_minibuf (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
441 void vars_of_module (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
442 void reinit_vars_of_module (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
443 void vars_of_mule_ccl(void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
444 void vars_of_mule_charset (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
445 void vars_of_mule_coding (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
446 void reinit_vars_of_mule_coding (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
447 void vars_of_mule_wnn (void);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
448 void reinit_vars_of_mule_wnn (void);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
449 void vars_of_nt (void);
1983
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
450 void vars_of_number (void);
4802
2fc0e2f18322 Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat
Jerry James <james@xemacs.org>
parents: 3381
diff changeset
451 void reinit_vars_of_number (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
452 void reinit_vars_of_object_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
453 void vars_of_objects (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
454 void reinit_vars_of_objects (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
455 void vars_of_objects_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
456 void vars_of_objects_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
457 void vars_of_objects_tty (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
458 void vars_of_objects_x (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
459 EXTERN_C void vars_of_postgresql (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
460 void vars_of_print (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
461 void reinit_vars_of_print (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
462 void vars_of_process (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
463 void vars_of_process_nt (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
464 void vars_of_process_unix (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
465 void vars_of_profile (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
466 void vars_of_ralloc (void);
2526
902d5bd9b75c [xemacs-hg @ 2005-01-28 02:36:11 by ben]
ben
parents: 2367
diff changeset
467 void vars_of_realpath (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
468 void vars_of_redisplay (void);
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
469 void vars_of_regex (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
470 void vars_of_scrollbar (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
471 void vars_of_scrollbar_gtk (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
472 void vars_of_scrollbar_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
473 void vars_of_scrollbar_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
474 void reinit_vars_of_scrollbar_x (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
475 void vars_of_search (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
476 void reinit_vars_of_search (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
477 void vars_of_select (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
478 void vars_of_select_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
479 void vars_of_select_mswindows (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
480 void vars_of_select_x (void);
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
481 void reinit_vars_of_select_x (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
482 void vars_of_sound (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
483 void vars_of_specifier (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
484 void vars_of_sunpro (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
485 void vars_of_symbols (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
486 void vars_of_syntax (void);
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
487 void vars_of_tests (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
488 void vars_of_text (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
489 void reinit_vars_of_text (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
490 void vars_of_toolbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
491 void vars_of_tooltalk (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
492 void vars_of_ui_gtk (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
493 void vars_of_undo (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
494 void reinit_vars_of_undo (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
495 void vars_of_unicode (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
496 void vars_of_win32 (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
497 void vars_of_window (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
498 void reinit_vars_of_window (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
499
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
500 /* Initialize specifier variables (dump-time only). */
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
501
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
502 void specifier_vars_of_glyphs (void);
863
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 853
diff changeset
503 void specifier_vars_of_glyphs_widget (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
504 void specifier_vars_of_gutter (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
505 void specifier_vars_of_menubar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
506 void specifier_vars_of_redisplay (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
507 void specifier_vars_of_scrollbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
508 void specifier_vars_of_toolbar (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
509 void specifier_vars_of_window (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
510
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
511 /* Initialize variables with complex dependencies on other variables
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
512 (dump-time for complex_vars_, dump-time and post-pdump-load-time
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
513 for reinit_(), pdump-load-time-only for reinit_..._runtime_only()).
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
514 #### The reinit_() functions should be called from emacs.c, not the
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
515 corresponding complex_vars_of_(). */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
516
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
517 void complex_vars_of_alloc (void);
4834
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
518 void complex_vars_of_buffer (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
519 void reinit_complex_vars_of_buffer_runtime_only (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
520 void complex_vars_of_casetab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
521 void complex_vars_of_chartab (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
522 void complex_vars_of_console (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
523 void reinit_complex_vars_of_console_runtime_only (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
524 void complex_vars_of_emacs (void);
4834
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
525 void complex_vars_of_faces (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
526 void complex_vars_of_file_coding (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
527 void complex_vars_of_font_mgr (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
528 void complex_vars_of_frame (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
529 void complex_vars_of_glyphs (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
530 void complex_vars_of_glyphs_gtk (void);
4834
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
531 void complex_vars_of_glyphs_mswindows (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
532 void complex_vars_of_glyphs_x (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
533 void complex_vars_of_intl_win32 (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
534 void complex_vars_of_keymap (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
535 void complex_vars_of_menubar (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
536 void complex_vars_of_minibuf (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
537 void reinit_complex_vars_of_minibuf (void);
4834
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
538 void complex_vars_of_mule_charset (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
539 void complex_vars_of_scrollbar (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
540 void complex_vars_of_syntax (void);
b3ea9c582280 Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents: 4802
diff changeset
541 void complex_vars_of_unicode (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
542
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
543 /* Late initialization -- stuff pertaining only to interactive usage,
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
544 I/O, or Lisp reading. (Dump-time and run-time, but the code itself
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
545 may conditionalize on this by checking the `initialized' variable.) */
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
546
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
547 void init_buffer_1 (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
548 void init_buffer_2 (void);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
549 void init_console_stream (int reinit);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
550 void init_device_tty (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
551 void init_editfns (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
552 void init_event_Xt_late (void);
4908
b3ce27ca7647 various fixes related to gtk, redisplay-xlike-inc.c
Ben Wing <ben@xemacs.org>
parents: 4834
diff changeset
553 void init_event_gtk_late (void);
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
554 void init_event_mswindows_late (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
555 void init_event_stream (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
556 void init_event_tty_late (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
557 void init_event_unixoid (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
558 void init_file_coding (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
559 void init_hpplay (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
560 void init_intl (void);
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
561 void init_intl_win32 (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
562 void init_lread (void);
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
563 void init_macros (void);
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
564 void init_mswindows_environment (void);
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
565 void init_nt (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
566 void init_postgresql_from_environment (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
567 void init_redisplay (void);
771
943eaba38521 [xemacs-hg @ 2002-03-13 08:51:24 by ben]
ben
parents: 657
diff changeset
568 void init_select_mswindows (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
569 void init_sunpro (void);
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
570 void init_win32 (void);
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 788
diff changeset
571 void init_xemacs_process (void);
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
572
1983
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
573 /* Enhanced number initialization: must be done only at runtime due to complex
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
574 interactions with the supporting libraries. */
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
575 void init_number (void);
9c872f33ecbe [xemacs-hg @ 2004-04-05 22:49:31 by james]
james
parents: 1706
diff changeset
576
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
577 #endif /* INCLUDED_symsinit_h_ */