Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 5180:4cd28c29a7a1
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 22:52:01 -0500 |
parents | 14fda1dbdb26 97eb4942aec8 |
children | ba07c880114a |
comparison
equal
deleted
inserted
replaced
5179:14fda1dbdb26 | 5180:4cd28c29a7a1 |
---|---|
163 void syms_of_mule_charset (void); | 163 void syms_of_mule_charset (void); |
164 void syms_of_mule_coding (void); | 164 void syms_of_mule_coding (void); |
165 void syms_of_mule_wnn (void); | 165 void syms_of_mule_wnn (void); |
166 void syms_of_nt (void); | 166 void syms_of_nt (void); |
167 void syms_of_number (void); | 167 void syms_of_number (void); |
168 void syms_of_objects (void); | 168 void syms_of_fontcolor (void); |
169 void syms_of_objects_gtk (void); | 169 void syms_of_fontcolor_gtk (void); |
170 void syms_of_objects_mswindows (void); | 170 void syms_of_fontcolor_mswindows (void); |
171 void syms_of_objects_tty (void); | 171 void syms_of_fontcolor_tty (void); |
172 void syms_of_objects_x (void); | 172 void syms_of_fontcolor_x (void); |
173 EXTERN_C void syms_of_postgresql (void); | 173 EXTERN_C void syms_of_postgresql (void); |
174 void syms_of_print (void); | 174 void syms_of_print (void); |
175 void syms_of_process (void); | 175 void syms_of_process (void); |
176 void syms_of_process_nt (void); | 176 void syms_of_process_nt (void); |
177 void syms_of_profile (void); | 177 void syms_of_profile (void); |
246 void console_type_create_menubar_gtk (void); | 246 void console_type_create_menubar_gtk (void); |
247 void console_type_create_menubar_mswindows (void); | 247 void console_type_create_menubar_mswindows (void); |
248 void console_type_create_menubar_x (void); | 248 void console_type_create_menubar_x (void); |
249 void console_type_create_mswindows (void); | 249 void console_type_create_mswindows (void); |
250 void reinit_console_type_create_mswindows (void); | 250 void reinit_console_type_create_mswindows (void); |
251 void console_type_create_objects_gtk (void); | 251 void console_type_create_fontcolor_gtk (void); |
252 void console_type_create_objects_mswindows (void); | 252 void console_type_create_fontcolor_mswindows (void); |
253 void console_type_create_objects_tty (void); | 253 void console_type_create_fontcolor_tty (void); |
254 void console_type_create_objects_x (void); | 254 void console_type_create_fontcolor_x (void); |
255 void console_type_create_redisplay_gtk (void); | 255 void console_type_create_redisplay_gtk (void); |
256 void console_type_create_redisplay_mswindows (void); | 256 void console_type_create_redisplay_mswindows (void); |
257 void console_type_create_redisplay_tty (void); | 257 void console_type_create_redisplay_tty (void); |
258 void console_type_create_redisplay_x (void); | 258 void console_type_create_redisplay_x (void); |
259 void console_type_create_scrollbar_gtk (void); | 259 void console_type_create_scrollbar_gtk (void); |
279 void reinit_specifier_type_create (void); | 279 void reinit_specifier_type_create (void); |
280 void specifier_type_create_gutter (void); | 280 void specifier_type_create_gutter (void); |
281 void reinit_specifier_type_create_gutter (void); | 281 void reinit_specifier_type_create_gutter (void); |
282 void specifier_type_create_image (void); | 282 void specifier_type_create_image (void); |
283 void reinit_specifier_type_create_image (void); | 283 void reinit_specifier_type_create_image (void); |
284 void specifier_type_create_objects (void); | 284 void specifier_type_create_fontcolor (void); |
285 void reinit_specifier_type_create_objects (void); | 285 void reinit_specifier_type_create_fontcolor (void); |
286 void specifier_type_create_toolbar (void); | 286 void specifier_type_create_toolbar (void); |
287 void reinit_specifier_type_create_toolbar (void); | 287 void reinit_specifier_type_create_toolbar (void); |
288 | 288 |
289 /* Initialize the coding system types (dump-time only for | 289 /* Initialize the coding system types (dump-time only for |
290 coding_system_type_(), post-pdump-load-time only for reinit_). */ | 290 coding_system_type_(), post-pdump-load-time only for reinit_). */ |
470 void vars_of_mule_wnn (void); | 470 void vars_of_mule_wnn (void); |
471 void reinit_vars_of_mule_wnn (void); | 471 void reinit_vars_of_mule_wnn (void); |
472 void vars_of_nt (void); | 472 void vars_of_nt (void); |
473 void vars_of_number (void); | 473 void vars_of_number (void); |
474 void reinit_vars_of_number (void); | 474 void reinit_vars_of_number (void); |
475 void reinit_vars_of_object_mswindows (void); | 475 void reinit_vars_of_fontcolor_mswindows (void); |
476 void vars_of_objects (void); | 476 void vars_of_fontcolor (void); |
477 void reinit_vars_of_objects (void); | 477 void reinit_vars_of_fontcolor (void); |
478 void vars_of_objects_gtk (void); | 478 void vars_of_fontcolor_gtk (void); |
479 void vars_of_objects_mswindows (void); | 479 void vars_of_fontcolor_mswindows (void); |
480 void vars_of_objects_tty (void); | 480 void vars_of_fontcolor_tty (void); |
481 void vars_of_objects_x (void); | 481 void vars_of_fontcolor_x (void); |
482 EXTERN_C void vars_of_postgresql (void); | 482 EXTERN_C void vars_of_postgresql (void); |
483 void vars_of_print (void); | 483 void vars_of_print (void); |
484 void reinit_vars_of_print (void); | 484 void reinit_vars_of_print (void); |
485 void vars_of_process (void); | 485 void vars_of_process (void); |
486 void vars_of_process_nt (void); | 486 void vars_of_process_nt (void); |