comparison src/symsinit.h @ 347:7c94d56991e1 r21-1-3

Import from CVS: tag r21-1-3
author cvs
date Mon, 13 Aug 2007 10:53:48 +0200
parents e11d67e05968
children 8e84bee8ddd0
comparison
equal deleted inserted replaced
346:dd0986ffd2cf 347:7c94d56991e1
110 void syms_of_minibuf (void); 110 void syms_of_minibuf (void);
111 void syms_of_mule (void); 111 void syms_of_mule (void);
112 void syms_of_mule_canna (void); 112 void syms_of_mule_canna (void);
113 void syms_of_mule_ccl (void); 113 void syms_of_mule_ccl (void);
114 void syms_of_mule_charset (void); 114 void syms_of_mule_charset (void);
115 void syms_of_mule_coding (void); 115 void syms_of_file_coding (void);
116 void syms_of_mule_wnn (void); 116 void syms_of_mule_wnn (void);
117 void syms_of_ntproc (void);
117 void syms_of_objects_tty (void); 118 void syms_of_objects_tty (void);
118 void syms_of_objects_x (void); 119 void syms_of_objects_x (void);
119 void syms_of_objects_mswindows (void); 120 void syms_of_objects_mswindows (void);
120 void syms_of_objects (void); 121 void syms_of_objects (void);
121 void syms_of_print (void); 122 void syms_of_print (void);
196 void image_instantiator_format_create_glyphs_mswindows (void); 197 void image_instantiator_format_create_glyphs_mswindows (void);
197 198
198 /* Initialize the lstream types (dump-time only). */ 199 /* Initialize the lstream types (dump-time only). */
199 200
200 void lstream_type_create (void); 201 void lstream_type_create (void);
201 void lstream_type_create_mule_coding (void); 202 void lstream_type_create_file_coding (void);
202 void lstream_type_create_print (void); 203 void lstream_type_create_print (void);
203 void lstream_type_create_mswindows_selectable (void); 204 void lstream_type_create_mswindows_selectable (void);
204 205
205 /* Initialize process types */ 206 /* Initialize process types */
206 207
218 void vars_of_balloon_x (void); 219 void vars_of_balloon_x (void);
219 void vars_of_buffer (void); 220 void vars_of_buffer (void);
220 void vars_of_bytecode (void); 221 void vars_of_bytecode (void);
221 void vars_of_callint (void); 222 void vars_of_callint (void);
222 void vars_of_callproc (void); 223 void vars_of_callproc (void);
224 void vars_of_chartab (void);
223 void vars_of_cmdloop (void); 225 void vars_of_cmdloop (void);
224 void vars_of_cmds (void); 226 void vars_of_cmds (void);
225 void vars_of_console (void); 227 void vars_of_console (void);
226 void vars_of_console_stream (void); 228 void vars_of_console_stream (void);
227 void vars_of_console_mswindows (void); 229 void vars_of_console_mswindows (void);
278 void vars_of_menubar (void); 280 void vars_of_menubar (void);
279 void vars_of_menubar_mswindows (void); 281 void vars_of_menubar_mswindows (void);
280 void vars_of_minibuf (void); 282 void vars_of_minibuf (void);
281 void vars_of_mule (void); 283 void vars_of_mule (void);
282 void vars_of_mule_canna (void); 284 void vars_of_mule_canna (void);
285 void vars_of_mule_ccl(void);
283 void vars_of_mule_charset (void); 286 void vars_of_mule_charset (void);
284 void vars_of_mule_coding (void); 287 void vars_of_file_coding (void);
285 void vars_of_mule_wnn (void); 288 void vars_of_mule_wnn (void);
289 void vars_of_ntproc (void);
286 void vars_of_objects (void); 290 void vars_of_objects (void);
287 void vars_of_objects_tty (void); 291 void vars_of_objects_tty (void);
288 void vars_of_objects_mswindows (void); 292 void vars_of_objects_mswindows (void);
289 void vars_of_objects_x (void); 293 void vars_of_objects_x (void);
290 void vars_of_print (void); 294 void vars_of_print (void);
327 void complex_vars_of_search (void); 331 void complex_vars_of_search (void);
328 void complex_vars_of_event_stream (void); 332 void complex_vars_of_event_stream (void);
329 void complex_vars_of_extents (void); 333 void complex_vars_of_extents (void);
330 void complex_vars_of_faces (void); 334 void complex_vars_of_faces (void);
331 void complex_vars_of_mule_charset (void); 335 void complex_vars_of_mule_charset (void);
332 void complex_vars_of_mule_coding (void); 336 void complex_vars_of_file_coding (void);
333 void complex_vars_of_glyphs (void); 337 void complex_vars_of_glyphs (void);
334 void complex_vars_of_glyphs_x (void); 338 void complex_vars_of_glyphs_x (void);
335 void complex_vars_of_glyphs_mswindows (void); 339 void complex_vars_of_glyphs_mswindows (void);
336 void complex_vars_of_alloc (void); 340 void complex_vars_of_alloc (void);
337 void complex_vars_of_menubar (void); 341 void complex_vars_of_menubar (void);