comparison src/symsinit.h @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 8efd647ea9ca
children c5d627a313b1
comparison
equal deleted inserted replaced
266:18d185df8c54 267:966663fcf606
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_mswindows (void);
93 void syms_of_glyphs (void); 94 void syms_of_glyphs (void);
94 void syms_of_gui_x (void); 95 void syms_of_gui_x (void);
95 void syms_of_gui (void); 96 void syms_of_gui (void);
96 void syms_of_indent (void); 97 void syms_of_indent (void);
97 void syms_of_intl (void); 98 void syms_of_intl (void);
161 void console_type_create_menubar_mswindows (void); 162 void console_type_create_menubar_mswindows (void);
162 void console_type_create_objects_mswindows (void); 163 void console_type_create_objects_mswindows (void);
163 void console_type_create_redisplay_mswindows (void); 164 void console_type_create_redisplay_mswindows (void);
164 void console_type_create_scrollbar_mswindows (void); 165 void console_type_create_scrollbar_mswindows (void);
165 void console_type_create_toolbar_mswindows (void); 166 void console_type_create_toolbar_mswindows (void);
167 void console_type_create_glyphs_mswindows (void);
166 168
167 /* Initialize the specifier types (dump-time only). */ 169 /* Initialize the specifier types (dump-time only). */
168 170
169 void specifier_type_create (void); 171 void specifier_type_create (void);
170 void specifier_type_create_image (void); 172 void specifier_type_create_image (void);
181 183
182 /* Initialize the image instantiator types (dump-time only). */ 184 /* Initialize the image instantiator types (dump-time only). */
183 185
184 void image_instantiator_format_create (void); 186 void image_instantiator_format_create (void);
185 void image_instantiator_format_create_glyphs_x (void); 187 void image_instantiator_format_create_glyphs_x (void);
188 void image_instantiator_format_create_glyphs_mswindows (void);
186 189
187 /* Initialize the lstream types (dump-time only). */ 190 /* Initialize the lstream types (dump-time only). */
188 191
189 void lstream_type_create (void); 192 void lstream_type_create (void);
190 void lstream_type_create_mule_coding (void); 193 void lstream_type_create_mule_coding (void);
242 void vars_of_frame_tty (void); 245 void vars_of_frame_tty (void);
243 void vars_of_frame_mswindows (void); 246 void vars_of_frame_mswindows (void);
244 void vars_of_frame_x (void); 247 void vars_of_frame_x (void);
245 void vars_of_frame (void); 248 void vars_of_frame (void);
246 void vars_of_glyphs_x (void); 249 void vars_of_glyphs_x (void);
250 void vars_of_glyphs_mswindows (void);
247 void vars_of_glyphs (void); 251 void vars_of_glyphs (void);
248 void vars_of_gui_x (void); 252 void vars_of_gui_x (void);
249 void vars_of_gui (void); 253 void vars_of_gui (void);
250 void vars_of_input_method_motif (void); 254 void vars_of_input_method_motif (void);
251 void vars_of_input_method_xlib (void); 255 void vars_of_input_method_xlib (void);
313 void complex_vars_of_faces (void); 317 void complex_vars_of_faces (void);
314 void complex_vars_of_mule_charset (void); 318 void complex_vars_of_mule_charset (void);
315 void complex_vars_of_mule_coding (void); 319 void complex_vars_of_mule_coding (void);
316 void complex_vars_of_glyphs (void); 320 void complex_vars_of_glyphs (void);
317 void complex_vars_of_glyphs_x (void); 321 void complex_vars_of_glyphs_x (void);
322 void complex_vars_of_glyphs_mswindows (void);
318 void complex_vars_of_alloc (void); 323 void complex_vars_of_alloc (void);
319 void complex_vars_of_menubar (void); 324 void complex_vars_of_menubar (void);
320 void complex_vars_of_scrollbar (void); 325 void complex_vars_of_scrollbar (void);
321 void complex_vars_of_frame (void); 326 void complex_vars_of_frame (void);
322 void complex_vars_of_casetab (void); 327 void complex_vars_of_casetab (void);
323 void complex_vars_of_syntax (void); 328 void complex_vars_of_syntax (void);
324 void complex_vars_of_chartab (void); 329 void complex_vars_of_chartab (void);
325 void complex_vars_of_buffer (void); 330 void complex_vars_of_buffer (void);
326 void complex_vars_of_console (void); 331 void complex_vars_of_console (void);
332 void complex_vars_of_emacs (void);
327 void complex_vars_of_minibuf (void); 333 void complex_vars_of_minibuf (void);
328 void complex_vars_of_callproc (void); 334 void complex_vars_of_callproc (void);
329 void complex_vars_of_filelock (void); 335 void complex_vars_of_filelock (void);
330 void complex_vars_of_keymap (void); 336 void complex_vars_of_keymap (void);
331 337