comparison src/symsinit.h @ 3354:15fb91e3a115

[xemacs-hg @ 2006-04-23 16:11:16 by stephent] Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sun, 23 Apr 2006 16:11:34 +0000
parents d674024a8674
children 316fddbf58e2
comparison
equal deleted inserted replaced
3353:521d94807505 3354:15fb91e3a115
158 void syms_of_number (void); 158 void syms_of_number (void);
159 void syms_of_objects (void); 159 void syms_of_objects (void);
160 void syms_of_objects_mswindows (void); 160 void syms_of_objects_mswindows (void);
161 void syms_of_objects_tty (void); 161 void syms_of_objects_tty (void);
162 void syms_of_objects_x (void); 162 void syms_of_objects_x (void);
163 void syms_of_xft_fonts (void); 163 void syms_of_font_mgr (void);
164 EXTERN_C void syms_of_postgresql (void); 164 EXTERN_C void syms_of_postgresql (void);
165 void syms_of_print (void); 165 void syms_of_print (void);
166 void syms_of_process (void); 166 void syms_of_process (void);
167 void syms_of_process_nt (void); 167 void syms_of_process_nt (void);
168 void syms_of_profile (void); 168 void syms_of_profile (void);
396 void vars_of_mule_wnn (void); 396 void vars_of_mule_wnn (void);
397 void reinit_vars_of_mule_wnn (void); 397 void reinit_vars_of_mule_wnn (void);
398 void vars_of_nt (void); 398 void vars_of_nt (void);
399 void vars_of_number (void); 399 void vars_of_number (void);
400 void vars_of_objects (void); 400 void vars_of_objects (void);
401 void vars_of_xft_fonts (void); 401 void vars_of_font_mgr (void);
402 void reinit_vars_of_xft_fonts (void); 402 void reinit_vars_of_font_mgr (void);
403 void reinit_vars_of_objects (void); 403 void reinit_vars_of_objects (void);
404 void vars_of_objects_tty (void); 404 void vars_of_objects_tty (void);
405 void vars_of_objects_mswindows (void); 405 void vars_of_objects_mswindows (void);
406 void reinit_vars_of_object_mswindows (void); 406 void reinit_vars_of_object_mswindows (void);
407 void vars_of_objects_x (void); 407 void vars_of_objects_x (void);
482 void reinit_complex_vars_of_console_runtime_only (void); 482 void reinit_complex_vars_of_console_runtime_only (void);
483 void complex_vars_of_emacs (void); 483 void complex_vars_of_emacs (void);
484 void complex_vars_of_minibuf (void); 484 void complex_vars_of_minibuf (void);
485 void reinit_complex_vars_of_minibuf (void); 485 void reinit_complex_vars_of_minibuf (void);
486 void complex_vars_of_keymap (void); 486 void complex_vars_of_keymap (void);
487 void complex_vars_of_xft_fonts (void); 487 void complex_vars_of_font_mgr (void);
488 488
489 /* Late initialization -- stuff pertaining only to interactive usage, 489 /* Late initialization -- stuff pertaining only to interactive usage,
490 I/O, or Lisp reading. (Dump-time and run-time, but the code itself 490 I/O, or Lisp reading. (Dump-time and run-time, but the code itself
491 may conditionalize on this by checking the `initialized' variable.) */ 491 may conditionalize on this by checking the `initialized' variable.) */
492 492