comparison src/general.c @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children de805c49cfc1
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
29 */ 29 */
30 30
31 #include <config.h> 31 #include <config.h>
32 #include "lisp.h" 32 #include "lisp.h"
33 33
34 Lisp_Object Qabort;
34 Lisp_Object Qactually_requested; 35 Lisp_Object Qactually_requested;
35 Lisp_Object Qafter; 36 Lisp_Object Qafter;
36 Lisp_Object Qall; 37 Lisp_Object Qall;
37 Lisp_Object Qand; 38 Lisp_Object Qand;
38 Lisp_Object Qassoc; 39 Lisp_Object Qassoc;
45 Lisp_Object Qboolean; 46 Lisp_Object Qboolean;
46 Lisp_Object Qbottom; 47 Lisp_Object Qbottom;
47 Lisp_Object Qbottom_margin; 48 Lisp_Object Qbottom_margin;
48 Lisp_Object Qbuffer; 49 Lisp_Object Qbuffer;
49 Lisp_Object Qbutton; 50 Lisp_Object Qbutton;
51 Lisp_Object Qcancel;
52 Lisp_Object Qcategory;
50 Lisp_Object Qcenter; 53 Lisp_Object Qcenter;
51 Lisp_Object Qcategory;
52 Lisp_Object Qchannel; 54 Lisp_Object Qchannel;
53 Lisp_Object Qchar; 55 Lisp_Object Qchar;
54 Lisp_Object Qcharacter; 56 Lisp_Object Qcharacter;
55 Lisp_Object Qchars; 57 Lisp_Object Qchars;
56 Lisp_Object Qcolor; 58 Lisp_Object Qcolor;
80 Lisp_Object Qextents; 82 Lisp_Object Qextents;
81 Lisp_Object Qface; 83 Lisp_Object Qface;
82 Lisp_Object Qfile_name; 84 Lisp_Object Qfile_name;
83 Lisp_Object Qfont; 85 Lisp_Object Qfont;
84 Lisp_Object Qframe; 86 Lisp_Object Qframe;
87 Lisp_Object Qfuncall;
85 Lisp_Object Qfunction; 88 Lisp_Object Qfunction;
86 Lisp_Object Qfuncall;
87 Lisp_Object Qgap_overhead; 89 Lisp_Object Qgap_overhead;
88 Lisp_Object Qgeneric; 90 Lisp_Object Qgeneric;
89 Lisp_Object Qgeometry; 91 Lisp_Object Qgeometry;
90 Lisp_Object Qglobal; 92 Lisp_Object Qglobal;
91 Lisp_Object Qgutter; 93 Lisp_Object Qgutter;
92 Lisp_Object Qheight; 94 Lisp_Object Qheight;
95 Lisp_Object Qhelp;
93 Lisp_Object Qhighlight; 96 Lisp_Object Qhighlight;
94 Lisp_Object Qhorizontal; 97 Lisp_Object Qhorizontal;
95 Lisp_Object Qicon; 98 Lisp_Object Qicon;
96 Lisp_Object Qid; 99 Lisp_Object Qid;
100 Lisp_Object Qignore;
97 Lisp_Object Qimage; 101 Lisp_Object Qimage;
98 Lisp_Object Qinfo; 102 Lisp_Object Qinfo;
99 Lisp_Object Qinherit; 103 Lisp_Object Qinherit;
100 Lisp_Object Qinteger; 104 Lisp_Object Qinteger;
101 Lisp_Object Qinternal; 105 Lisp_Object Qinternal;
120 Lisp_Object Qmodifiers; 124 Lisp_Object Qmodifiers;
121 Lisp_Object Qmotion; 125 Lisp_Object Qmotion;
122 Lisp_Object Qmsprinter; 126 Lisp_Object Qmsprinter;
123 Lisp_Object Qmswindows; 127 Lisp_Object Qmswindows;
124 Lisp_Object Qname; 128 Lisp_Object Qname;
129 Lisp_Object Qno;
125 Lisp_Object Qnone; 130 Lisp_Object Qnone;
126 Lisp_Object Qnot; 131 Lisp_Object Qnot;
127 Lisp_Object Qnothing; 132 Lisp_Object Qnothing;
128 Lisp_Object Qnotice; 133 Lisp_Object Qnotice;
129 Lisp_Object Qobject; 134 Lisp_Object Qobject;
135 Lisp_Object Qok;
130 Lisp_Object Qold_assoc; 136 Lisp_Object Qold_assoc;
131 Lisp_Object Qold_delete; 137 Lisp_Object Qold_delete;
132 Lisp_Object Qold_delq; 138 Lisp_Object Qold_delq;
133 Lisp_Object Qold_rassoc; 139 Lisp_Object Qold_rassoc;
134 Lisp_Object Qold_rassq; 140 Lisp_Object Qold_rassq;
145 Lisp_Object Qprovide; 151 Lisp_Object Qprovide;
146 Lisp_Object Qrassoc; 152 Lisp_Object Qrassoc;
147 Lisp_Object Qrassq; 153 Lisp_Object Qrassq;
148 Lisp_Object Qrequire; 154 Lisp_Object Qrequire;
149 Lisp_Object Qresource; 155 Lisp_Object Qresource;
156 Lisp_Object Qretry;
150 Lisp_Object Qreturn; 157 Lisp_Object Qreturn;
151 Lisp_Object Qreverse; 158 Lisp_Object Qreverse;
152 Lisp_Object Qright; 159 Lisp_Object Qright;
153 Lisp_Object Qright_margin; 160 Lisp_Object Qright_margin;
154 Lisp_Object Qsearch; 161 Lisp_Object Qsearch;
177 Lisp_Object Qundefined; 184 Lisp_Object Qundefined;
178 Lisp_Object Qunimplemented; 185 Lisp_Object Qunimplemented;
179 Lisp_Object Qvalue_assoc; 186 Lisp_Object Qvalue_assoc;
180 Lisp_Object Qvertical; 187 Lisp_Object Qvertical;
181 Lisp_Object Qwarning; 188 Lisp_Object Qwarning;
189 Lisp_Object Qwidget;
182 Lisp_Object Qwidth; 190 Lisp_Object Qwidth;
183 Lisp_Object Qwidget;
184 Lisp_Object Qwindow; 191 Lisp_Object Qwindow;
185 Lisp_Object Qwindow_system; 192 Lisp_Object Qwindow_system;
186 Lisp_Object Qx; 193 Lisp_Object Qx;
187 Lisp_Object Qy; 194 Lisp_Object Qy;
195 Lisp_Object Qyes;
188 196
189 void 197 void
190 syms_of_general (void) 198 syms_of_general (void)
191 { 199 {
200 defsymbol (&Qabort, "abort");
192 defsymbol (&Qactually_requested, "actually-requested"); 201 defsymbol (&Qactually_requested, "actually-requested");
193 defsymbol (&Qafter, "after"); 202 defsymbol (&Qafter, "after");
194 defsymbol (&Qall, "all"); 203 defsymbol (&Qall, "all");
195 defsymbol (&Qand, "and"); 204 defsymbol (&Qand, "and");
196 defsymbol (&Qassoc, "assoc"); 205 defsymbol (&Qassoc, "assoc");
203 defsymbol (&Qboolean, "boolean"); 212 defsymbol (&Qboolean, "boolean");
204 defsymbol (&Qbottom, "bottom"); 213 defsymbol (&Qbottom, "bottom");
205 defsymbol (&Qbottom_margin, "bottom-margin"); 214 defsymbol (&Qbottom_margin, "bottom-margin");
206 defsymbol (&Qbuffer, "buffer"); 215 defsymbol (&Qbuffer, "buffer");
207 defsymbol (&Qbutton, "button"); 216 defsymbol (&Qbutton, "button");
217 defsymbol (&Qcancel, "cancel");
208 defsymbol (&Qcategory, "category"); 218 defsymbol (&Qcategory, "category");
209 defsymbol (&Qcenter, "center"); 219 defsymbol (&Qcenter, "center");
210 defsymbol (&Qchannel, "channel"); 220 defsymbol (&Qchannel, "channel");
211 defsymbol (&Qchar, "char"); 221 defsymbol (&Qchar, "char");
212 defsymbol (&Qcharacter, "character"); 222 defsymbol (&Qcharacter, "character");
238 defsymbol (&Qextents, "extents"); 248 defsymbol (&Qextents, "extents");
239 defsymbol (&Qface, "face"); 249 defsymbol (&Qface, "face");
240 defsymbol (&Qfile_name, "file-name"); 250 defsymbol (&Qfile_name, "file-name");
241 defsymbol (&Qfont, "font"); 251 defsymbol (&Qfont, "font");
242 defsymbol (&Qframe, "frame"); 252 defsymbol (&Qframe, "frame");
253 defsymbol (&Qfuncall, "funcall");
243 defsymbol (&Qfunction, "function"); 254 defsymbol (&Qfunction, "function");
244 defsymbol (&Qfuncall, "funcall");
245 defsymbol (&Qgap_overhead, "gap-overhead"); 255 defsymbol (&Qgap_overhead, "gap-overhead");
246 defsymbol (&Qgeneric, "generic"); 256 defsymbol (&Qgeneric, "generic");
247 defsymbol (&Qgeometry, "geometry"); 257 defsymbol (&Qgeometry, "geometry");
248 defsymbol (&Qglobal, "global"); 258 defsymbol (&Qglobal, "global");
249 defsymbol (&Qgutter, "gutter"); 259 defsymbol (&Qgutter, "gutter");
250 defsymbol (&Qheight, "height"); 260 defsymbol (&Qheight, "height");
261 defsymbol (&Qhelp, "help");
251 defsymbol (&Qhighlight, "highlight"); 262 defsymbol (&Qhighlight, "highlight");
252 defsymbol (&Qhorizontal, "horizontal"); 263 defsymbol (&Qhorizontal, "horizontal");
253 defsymbol (&Qicon, "icon"); 264 defsymbol (&Qicon, "icon");
254 defsymbol (&Qid, "id"); 265 defsymbol (&Qid, "id");
266 defsymbol (&Qignore, "ignore");
255 defsymbol (&Qimage, "image"); 267 defsymbol (&Qimage, "image");
256 defsymbol (&Qinfo, "info"); 268 defsymbol (&Qinfo, "info");
257 defsymbol (&Qinherit, "inherit"); 269 defsymbol (&Qinherit, "inherit");
258 defsymbol (&Qinteger, "integer"); 270 defsymbol (&Qinteger, "integer");
259 defsymbol (&Qinternal, "internal"); 271 defsymbol (&Qinternal, "internal");
278 defsymbol (&Qmodifiers, "modifiers"); 290 defsymbol (&Qmodifiers, "modifiers");
279 defsymbol (&Qmotion, "motion"); 291 defsymbol (&Qmotion, "motion");
280 defsymbol (&Qmsprinter, "msprinter"); 292 defsymbol (&Qmsprinter, "msprinter");
281 defsymbol (&Qmswindows, "mswindows"); 293 defsymbol (&Qmswindows, "mswindows");
282 defsymbol (&Qname, "name"); 294 defsymbol (&Qname, "name");
295 defsymbol (&Qno, "no");
283 defsymbol (&Qnone, "none"); 296 defsymbol (&Qnone, "none");
284 defsymbol (&Qnot, "not"); 297 defsymbol (&Qnot, "not");
285 defsymbol (&Qnothing, "nothing"); 298 defsymbol (&Qnothing, "nothing");
286 defsymbol (&Qnotice, "notice"); 299 defsymbol (&Qnotice, "notice");
287 defsymbol (&Qobject, "object"); 300 defsymbol (&Qobject, "object");
301 defsymbol (&Qok, "ok");
288 defsymbol (&Qold_assoc, "old-assoc"); 302 defsymbol (&Qold_assoc, "old-assoc");
289 defsymbol (&Qold_delete, "old-delete"); 303 defsymbol (&Qold_delete, "old-delete");
290 defsymbol (&Qold_delq, "old-delq"); 304 defsymbol (&Qold_delq, "old-delq");
291 defsymbol (&Qold_rassoc, "old-rassoc"); 305 defsymbol (&Qold_rassoc, "old-rassoc");
292 defsymbol (&Qold_rassq, "old-rassq"); 306 defsymbol (&Qold_rassq, "old-rassq");
303 defsymbol (&Qprovide, "provide"); 317 defsymbol (&Qprovide, "provide");
304 defsymbol (&Qrassoc, "rassoc"); 318 defsymbol (&Qrassoc, "rassoc");
305 defsymbol (&Qrassq, "rassq"); 319 defsymbol (&Qrassq, "rassq");
306 defsymbol (&Qrequire, "require"); 320 defsymbol (&Qrequire, "require");
307 defsymbol (&Qresource, "resource"); 321 defsymbol (&Qresource, "resource");
322 defsymbol (&Qretry, "retry");
308 defsymbol (&Qreturn, "return"); 323 defsymbol (&Qreturn, "return");
309 defsymbol (&Qreverse, "reverse"); 324 defsymbol (&Qreverse, "reverse");
310 defsymbol (&Qright, "right"); 325 defsymbol (&Qright, "right");
311 defsymbol (&Qright_margin, "right-margin"); 326 defsymbol (&Qright_margin, "right-margin");
312 defsymbol (&Qsearch, "search"); 327 defsymbol (&Qsearch, "search");
335 defsymbol (&Qundefined, "undefined"); 350 defsymbol (&Qundefined, "undefined");
336 defsymbol (&Qunimplemented, "unimplemented"); 351 defsymbol (&Qunimplemented, "unimplemented");
337 defsymbol (&Qvalue_assoc, "value-assoc"); 352 defsymbol (&Qvalue_assoc, "value-assoc");
338 defsymbol (&Qvertical, "vertical"); 353 defsymbol (&Qvertical, "vertical");
339 defsymbol (&Qwarning, "warning"); 354 defsymbol (&Qwarning, "warning");
355 defsymbol (&Qwidget, "widget");
340 defsymbol (&Qwidth, "width"); 356 defsymbol (&Qwidth, "width");
341 defsymbol (&Qwidget, "widget");
342 defsymbol (&Qwindow, "window"); 357 defsymbol (&Qwindow, "window");
343 defsymbol (&Qwindow_system, "window-system"); 358 defsymbol (&Qwindow_system, "window-system");
344 defsymbol (&Qx, "x"); 359 defsymbol (&Qx, "x");
345 defsymbol (&Qy, "y"); 360 defsymbol (&Qy, "y");
361 defsymbol (&Qyes, "yes");
346 } 362 }