Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 245:51092a27c943 r20-5b21
Import from CVS: tag r20-5b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:54 +0200 |
parents | 2c611d1463a6 |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
244:78d4f1140794 | 245:51092a27c943 |
---|---|
99 void syms_of_macros (void); | 99 void syms_of_macros (void); |
100 void syms_of_marker (void); | 100 void syms_of_marker (void); |
101 void syms_of_md5 (void); | 101 void syms_of_md5 (void); |
102 void syms_of_menubar_x (void); | 102 void syms_of_menubar_x (void); |
103 void syms_of_menubar (void); | 103 void syms_of_menubar (void); |
104 void syms_of_menubar_mswindows (void); | |
104 void syms_of_minibuf (void); | 105 void syms_of_minibuf (void); |
105 void syms_of_mule (void); | 106 void syms_of_mule (void); |
106 void syms_of_mule_canna (void); | 107 void syms_of_mule_canna (void); |
107 void syms_of_mule_ccl (void); | 108 void syms_of_mule_ccl (void); |
108 void syms_of_mule_charset (void); | 109 void syms_of_mule_charset (void); |
150 void console_type_create_menubar_x (void); | 151 void console_type_create_menubar_x (void); |
151 void console_type_create_objects_x (void); | 152 void console_type_create_objects_x (void); |
152 void console_type_create_redisplay_x (void); | 153 void console_type_create_redisplay_x (void); |
153 void console_type_create_scrollbar_x (void); | 154 void console_type_create_scrollbar_x (void); |
154 void console_type_create_toolbar_x (void); | 155 void console_type_create_toolbar_x (void); |
156 void console_type_create_mswindows (void); | |
157 void console_type_create_device_mswindows (void); | |
158 void console_type_create_frame_mswindows (void); | |
159 void console_type_create_menubar_mswindows (void); | |
160 void console_type_create_objects_mswindows (void); | |
161 void console_type_create_redisplay_mswindows (void); | |
162 void console_type_create_scrollbar_mswindows (void); | |
163 void console_type_create_toolbar_mswindows (void); | |
155 | 164 |
156 /* Initialize the specifier types (dump-time only). */ | 165 /* Initialize the specifier types (dump-time only). */ |
157 | 166 |
158 void specifier_type_create (void); | 167 void specifier_type_create (void); |
159 void specifier_type_create_image (void); | 168 void specifier_type_create_image (void); |
241 void vars_of_lstream (void); | 250 void vars_of_lstream (void); |
242 void vars_of_macros (void); | 251 void vars_of_macros (void); |
243 void vars_of_md5 (void); | 252 void vars_of_md5 (void); |
244 void vars_of_menubar_x (void); | 253 void vars_of_menubar_x (void); |
245 void vars_of_menubar (void); | 254 void vars_of_menubar (void); |
255 void vars_of_menubar_mswindows (void); | |
246 void vars_of_minibuf (void); | 256 void vars_of_minibuf (void); |
247 void vars_of_mule (void); | 257 void vars_of_mule (void); |
248 void vars_of_mule_canna (void); | 258 void vars_of_mule_canna (void); |
249 void vars_of_mule_charset (void); | 259 void vars_of_mule_charset (void); |
250 void vars_of_mule_coding (void); | 260 void vars_of_mule_coding (void); |
258 void vars_of_profile (void); | 268 void vars_of_profile (void); |
259 void vars_of_ralloc (void); | 269 void vars_of_ralloc (void); |
260 void vars_of_redisplay (void); | 270 void vars_of_redisplay (void); |
261 void vars_of_scrollbar_x (void); | 271 void vars_of_scrollbar_x (void); |
262 void vars_of_scrollbar (void); | 272 void vars_of_scrollbar (void); |
273 void vars_of_scrollbar_mswindows (void); | |
263 void vars_of_search (void); | 274 void vars_of_search (void); |
264 void vars_of_select_mswindows (void); | 275 void vars_of_select_mswindows (void); |
265 void vars_of_sound (void); | 276 void vars_of_sound (void); |
266 void vars_of_specifier (void); | 277 void vars_of_specifier (void); |
267 void vars_of_sunpro (void); | 278 void vars_of_sunpro (void); |