Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | 41dbb7a9d5f2 |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
111 void syms_of_module (void); | 111 void syms_of_module (void); |
112 void syms_of_mule (void); | 112 void syms_of_mule (void); |
113 void syms_of_mule_canna (void); | 113 void syms_of_mule_canna (void); |
114 void syms_of_mule_ccl (void); | 114 void syms_of_mule_ccl (void); |
115 void syms_of_mule_charset (void); | 115 void syms_of_mule_charset (void); |
116 void syms_of_mule_coding (void); | 116 void syms_of_file_coding (void); |
117 void syms_of_mule_wnn (void); | 117 void syms_of_mule_wnn (void); |
118 void syms_of_ntproc (void); | 118 void syms_of_ntproc (void); |
119 void syms_of_objects_tty (void); | 119 void syms_of_objects_tty (void); |
120 void syms_of_objects_x (void); | 120 void syms_of_objects_x (void); |
121 void syms_of_objects_mswindows (void); | 121 void syms_of_objects_mswindows (void); |
128 void syms_of_rangetab (void); | 128 void syms_of_rangetab (void); |
129 void syms_of_redisplay (void); | 129 void syms_of_redisplay (void); |
130 void syms_of_scrollbar (void); | 130 void syms_of_scrollbar (void); |
131 void syms_of_scrollbar_mswindows(void); | 131 void syms_of_scrollbar_mswindows(void); |
132 void syms_of_search (void); | 132 void syms_of_search (void); |
133 void syms_of_select (void); | |
133 void syms_of_select_mswindows (void); | 134 void syms_of_select_mswindows (void); |
134 void syms_of_signal (void); | 135 void syms_of_signal (void); |
135 void syms_of_sound (void); | 136 void syms_of_sound (void); |
136 void syms_of_specifier (void); | 137 void syms_of_specifier (void); |
137 void syms_of_sunpro (void); | 138 void syms_of_sunpro (void); |
160 void console_type_create_glyphs_x (void); | 161 void console_type_create_glyphs_x (void); |
161 void console_type_create_menubar_x (void); | 162 void console_type_create_menubar_x (void); |
162 void console_type_create_objects_x (void); | 163 void console_type_create_objects_x (void); |
163 void console_type_create_redisplay_x (void); | 164 void console_type_create_redisplay_x (void); |
164 void console_type_create_scrollbar_x (void); | 165 void console_type_create_scrollbar_x (void); |
166 void console_type_create_select_x (void); | |
165 void console_type_create_toolbar_x (void); | 167 void console_type_create_toolbar_x (void); |
166 void console_type_create_dialog_x (void); | 168 void console_type_create_dialog_x (void); |
167 void console_type_create_mswindows (void); | 169 void console_type_create_mswindows (void); |
168 void console_type_create_device_mswindows (void); | 170 void console_type_create_device_mswindows (void); |
169 void console_type_create_frame_mswindows (void); | 171 void console_type_create_frame_mswindows (void); |
172 void console_type_create_redisplay_mswindows (void); | 174 void console_type_create_redisplay_mswindows (void); |
173 void console_type_create_scrollbar_mswindows (void); | 175 void console_type_create_scrollbar_mswindows (void); |
174 void console_type_create_toolbar_mswindows (void); | 176 void console_type_create_toolbar_mswindows (void); |
175 void console_type_create_glyphs_mswindows (void); | 177 void console_type_create_glyphs_mswindows (void); |
176 void console_type_create_dialog_mswindows (void); | 178 void console_type_create_dialog_mswindows (void); |
179 void console_type_create_select_mswindows (void); | |
177 | 180 |
178 /* Initialize the specifier types (dump-time only). */ | 181 /* Initialize the specifier types (dump-time only). */ |
179 | 182 |
180 void specifier_type_create (void); | 183 void specifier_type_create (void); |
181 void specifier_type_create_image (void); | 184 void specifier_type_create_image (void); |
199 void image_instantiator_format_create_glyphs_mswindows (void); | 202 void image_instantiator_format_create_glyphs_mswindows (void); |
200 | 203 |
201 /* Initialize the lstream types (dump-time only). */ | 204 /* Initialize the lstream types (dump-time only). */ |
202 | 205 |
203 void lstream_type_create (void); | 206 void lstream_type_create (void); |
204 void lstream_type_create_mule_coding (void); | 207 void lstream_type_create_file_coding (void); |
205 void lstream_type_create_print (void); | 208 void lstream_type_create_print (void); |
206 void lstream_type_create_mswindows_selectable (void); | 209 void lstream_type_create_mswindows_selectable (void); |
207 | 210 |
208 /* Initialize process types */ | 211 /* Initialize process types */ |
209 | 212 |
221 void vars_of_balloon_x (void); | 224 void vars_of_balloon_x (void); |
222 void vars_of_buffer (void); | 225 void vars_of_buffer (void); |
223 void vars_of_bytecode (void); | 226 void vars_of_bytecode (void); |
224 void vars_of_callint (void); | 227 void vars_of_callint (void); |
225 void vars_of_callproc (void); | 228 void vars_of_callproc (void); |
229 void vars_of_chartab (void); | |
226 void vars_of_cmdloop (void); | 230 void vars_of_cmdloop (void); |
227 void vars_of_cmds (void); | 231 void vars_of_cmds (void); |
228 void vars_of_console (void); | 232 void vars_of_console (void); |
229 void vars_of_console_stream (void); | 233 void vars_of_console_stream (void); |
230 void vars_of_console_mswindows (void); | 234 void vars_of_console_mswindows (void); |
283 void vars_of_menubar_mswindows (void); | 287 void vars_of_menubar_mswindows (void); |
284 void vars_of_minibuf (void); | 288 void vars_of_minibuf (void); |
285 void vars_of_module (void); | 289 void vars_of_module (void); |
286 void vars_of_mule (void); | 290 void vars_of_mule (void); |
287 void vars_of_mule_canna (void); | 291 void vars_of_mule_canna (void); |
292 void vars_of_mule_ccl(void); | |
288 void vars_of_mule_charset (void); | 293 void vars_of_mule_charset (void); |
289 void vars_of_mule_coding (void); | 294 void vars_of_file_coding (void); |
290 void vars_of_mule_wnn (void); | 295 void vars_of_mule_wnn (void); |
296 void vars_of_ntproc (void); | |
291 void vars_of_objects (void); | 297 void vars_of_objects (void); |
292 void vars_of_objects_tty (void); | 298 void vars_of_objects_tty (void); |
293 void vars_of_objects_mswindows (void); | 299 void vars_of_objects_mswindows (void); |
294 void vars_of_objects_x (void); | 300 void vars_of_objects_x (void); |
295 void vars_of_print (void); | 301 void vars_of_print (void); |
301 void vars_of_redisplay (void); | 307 void vars_of_redisplay (void); |
302 void vars_of_scrollbar_x (void); | 308 void vars_of_scrollbar_x (void); |
303 void vars_of_scrollbar (void); | 309 void vars_of_scrollbar (void); |
304 void vars_of_scrollbar_mswindows (void); | 310 void vars_of_scrollbar_mswindows (void); |
305 void vars_of_search (void); | 311 void vars_of_search (void); |
312 void vars_of_select (void); | |
306 void vars_of_select_mswindows (void); | 313 void vars_of_select_mswindows (void); |
307 void vars_of_sound (void); | 314 void vars_of_sound (void); |
308 void vars_of_specifier (void); | 315 void vars_of_specifier (void); |
309 void vars_of_sunpro (void); | 316 void vars_of_sunpro (void); |
310 void vars_of_symbols (void); | 317 void vars_of_symbols (void); |
332 void complex_vars_of_search (void); | 339 void complex_vars_of_search (void); |
333 void complex_vars_of_event_stream (void); | 340 void complex_vars_of_event_stream (void); |
334 void complex_vars_of_extents (void); | 341 void complex_vars_of_extents (void); |
335 void complex_vars_of_faces (void); | 342 void complex_vars_of_faces (void); |
336 void complex_vars_of_mule_charset (void); | 343 void complex_vars_of_mule_charset (void); |
337 void complex_vars_of_mule_coding (void); | 344 void complex_vars_of_file_coding (void); |
338 void complex_vars_of_glyphs (void); | 345 void complex_vars_of_glyphs (void); |
339 void complex_vars_of_glyphs_x (void); | 346 void complex_vars_of_glyphs_x (void); |
340 void complex_vars_of_glyphs_mswindows (void); | 347 void complex_vars_of_glyphs_mswindows (void); |
341 void complex_vars_of_alloc (void); | 348 void complex_vars_of_alloc (void); |
342 void complex_vars_of_menubar (void); | 349 void complex_vars_of_menubar (void); |