comparison src/symsinit.h @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents 90d73dddcdc4
children c42ec1d1cded
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
88 void syms_of_frame_mswindows (void); 88 void syms_of_frame_mswindows (void);
89 void syms_of_frame_x (void); 89 void syms_of_frame_x (void);
90 void syms_of_free_hook (void); 90 void syms_of_free_hook (void);
91 void syms_of_general (void); 91 void syms_of_general (void);
92 void syms_of_glyphs_x (void); 92 void syms_of_glyphs_x (void);
93 void syms_of_glyphs_read (void); 93 void syms_of_glyphs_eimage (void);
94 void syms_of_glyphs_mswindows (void); 94 void syms_of_glyphs_mswindows (void);
95 void syms_of_glyphs (void); 95 void syms_of_glyphs (void);
96 void syms_of_gui_x (void); 96 void syms_of_gui_x (void);
97 void syms_of_gui (void); 97 void syms_of_gui (void);
98 void syms_of_indent (void); 98 void syms_of_indent (void);
184 void structure_type_create_hashtable (void); 184 void structure_type_create_hashtable (void);
185 185
186 /* Initialize the image instantiator types (dump-time only). */ 186 /* Initialize the image instantiator types (dump-time only). */
187 187
188 void image_instantiator_format_create (void); 188 void image_instantiator_format_create (void);
189 void image_instantiator_format_create_glyphs_read (void); 189 void image_instantiator_format_create_glyphs_eimage (void);
190 void image_instantiator_format_create_glyphs_x (void); 190 void image_instantiator_format_create_glyphs_x (void);
191 void image_instantiator_format_create_glyphs_mswindows (void); 191 void image_instantiator_format_create_glyphs_mswindows (void);
192 192
193 /* Initialize the lstream types (dump-time only). */ 193 /* Initialize the lstream types (dump-time only). */
194 194
249 void vars_of_frame_tty (void); 249 void vars_of_frame_tty (void);
250 void vars_of_frame_mswindows (void); 250 void vars_of_frame_mswindows (void);
251 void vars_of_frame_x (void); 251 void vars_of_frame_x (void);
252 void vars_of_frame (void); 252 void vars_of_frame (void);
253 void vars_of_glyphs_x (void); 253 void vars_of_glyphs_x (void);
254 void vars_of_glyphs_read (void); 254 void vars_of_glyphs_eimage (void);
255 void vars_of_glyphs_mswindows (void); 255 void vars_of_glyphs_mswindows (void);
256 void vars_of_glyphs (void); 256 void vars_of_glyphs (void);
257 void vars_of_gui_x (void); 257 void vars_of_gui_x (void);
258 void vars_of_gui (void); 258 void vars_of_gui (void);
259 void vars_of_input_method_motif (void); 259 void vars_of_input_method_motif (void);
358 void init_event_Xt_late (void); 358 void init_event_Xt_late (void);
359 void init_event_stream (void); 359 void init_event_stream (void);
360 void init_event_tty_late (void); 360 void init_event_tty_late (void);
361 void init_event_mswindows_late (void); 361 void init_event_mswindows_late (void);
362 void init_event_unixoid (void); 362 void init_event_unixoid (void);
363 void init_hpplay (void);
363 void init_lread (void); 364 void init_lread (void);
364 void init_macros (void); 365 void init_macros (void);
365 /* Not named init_process in order to avoid conflict with NS 3.3 */ 366 /* Not named init_process in order to avoid conflict with NS 3.3 */
366 void init_xemacs_process (void); 367 void init_xemacs_process (void);
367 void init_redisplay (void); 368 void init_redisplay (void);