summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/command_data.c
blob: 44548f867a42bb36bc24b8a70416299f9e013f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
COMMAND builtin_command_data[] = {
0, 0, 0,
"\t", CF_nobrace, 0,
"\n", CF_nobrace, 0,
"\x20", CF_nobrace, 0,
"!", CF_nobrace, 0,
"\"", CF_brace | CF_accent, BRACE_accent,
"&", CF_nobrace, 0,
"'", CF_brace | CF_accent, BRACE_accent,
"*", CF_nobrace, 0,
",", CF_brace | CF_accent, BRACE_accent,
"-", CF_nobrace, 0,
".", CF_nobrace, 0,
"/", CF_nobrace, 0,
":", CF_nobrace, 0,
"=", CF_brace | CF_accent, BRACE_accent,
"?", CF_nobrace, 0,
"@", CF_nobrace, 0,
"AA", CF_brace, 0,
"AE", CF_brace, 0,
"DH", CF_brace, 0,
"H", CF_brace | CF_accent, BRACE_accent,
"L", CF_brace, 0,
"LaTeX", CF_brace, 0,
"O", CF_brace, 0,
"OE", CF_brace, 0,
"TH", CF_brace, 0,
"TeX", CF_brace, 0,
"U", CF_brace, 1,
"\\", CF_nobrace, 0,
"^", CF_brace | CF_accent, BRACE_accent,
"`", CF_brace | CF_accent, BRACE_accent,
"aa", CF_brace, 0,
"abbr", CF_brace, 2,
"acronym", CF_brace, 2,
"ae", CF_brace, 0,
"afivepaper", CF_line, LINE_skipline,
"afourlatex", CF_line, LINE_skipline,
"afourpaper", CF_line, LINE_skipline,
"afourwide", CF_line, LINE_skipline,
"alias", CF_line, 2,
"allowcodebreaks", CF_line | CF_global, 1,
"ampchar", CF_brace, 0,
"anchor", CF_brace, 1,
"appendix", CF_root | CF_line | CF_sectioning, LINE_line,
"appendixsec", CF_root | CF_line | CF_sectioning, LINE_line,
"appendixsection", CF_root | CF_line | CF_sectioning, LINE_line,
"appendixsubsec", CF_root | CF_line | CF_sectioning, LINE_line,
"appendixsubsubsec", CF_root | CF_line | CF_sectioning, LINE_line,
"arrow", CF_brace, 0,
"asis", CF_brace, BRACE_style,
"atchar", CF_brace, 0,
"author", CF_line | CF_global, LINE_line,
"b", CF_brace, BRACE_style,
"backslashchar", CF_brace, 0,
"bullet", CF_brace, 0,
"bye", CF_line, LINE_skipline,
"c", CF_line, LINE_lineraw,
"caption", CF_brace, BRACE_context,
"cartouche", CF_block, 0,
"center", CF_line, LINE_line,
"centerchap", CF_root | CF_line | CF_sectioning, LINE_line,
"chapheading", CF_line | CF_sectioning, LINE_line,
"chapter", CF_root | CF_line | CF_sectioning, LINE_line,
"cite", CF_brace, BRACE_style,
"clear", CF_line, LINE_special,
"click", CF_brace, 0,
"clicksequence", CF_brace, BRACE_style,
"clickstyle", CF_line | CF_global, LINE_special,
"code", CF_brace | CF_code_style, BRACE_style,
"codequotebacktick", CF_line | CF_global, 1,
"codequoteundirected", CF_line | CF_global, 1,
"columnfractions", CF_line, 1,
"comma", CF_brace, 0,
"command", CF_brace | CF_code_style, BRACE_style,
"comment", CF_line, LINE_lineraw,
"contents", CF_line | CF_global, LINE_skipline,
"copying", CF_block | CF_global_unique, BLOCK_region,
"copyright", CF_brace, 0,
"defcodeindex", CF_line, 1,
"defcv", CF_block | CF_def, 0,
"defcvx", CF_line | CF_def, LINE_line,
"deffn", CF_block | CF_def, 0,
"deffnx", CF_line | CF_def, LINE_line,
"defindex", CF_line, 1,
"definfoenclose", CF_line, 3,
"defivar", CF_block | CF_def | CF_def_alias, 0,
"defivarx", CF_line | CF_def | CF_def_alias, LINE_line,
"defmac", CF_block | CF_def | CF_def_alias, 0,
"defmacx", CF_line | CF_def | CF_def_alias, LINE_line,
"defmethod", CF_block | CF_def | CF_def_alias, 0,
"defmethodx", CF_line | CF_def | CF_def_alias, LINE_line,
"defop", CF_block | CF_def, 0,
"defopt", CF_block | CF_def | CF_def_alias, 0,
"defoptx", CF_line | CF_def | CF_def_alias, LINE_line,
"defopx", CF_line | CF_def, LINE_line,
"defspec", CF_block | CF_def | CF_def_alias, 0,
"defspecx", CF_line | CF_def | CF_def_alias, LINE_line,
"deftp", CF_block | CF_def, 0,
"deftpx", CF_line | CF_def, LINE_line,
"deftypecv", CF_block | CF_def, 0,
"deftypecvx", CF_line | CF_def, LINE_line,
"deftypefn", CF_block | CF_def, 0,
"deftypefnnewline", CF_line | CF_global, 1,
"deftypefnx", CF_line | CF_def, LINE_line,
"deftypefun", CF_block | CF_def | CF_def_alias, 0,
"deftypefunx", CF_line | CF_def | CF_def_alias, LINE_line,
"deftypeivar", CF_block | CF_def | CF_def_alias, 0,
"deftypeivarx", CF_line | CF_def | CF_def_alias, LINE_line,
"deftypemethod", CF_block | CF_def | CF_def_alias, 0,
"deftypemethodx", CF_line | CF_def | CF_def_alias, LINE_line,
"deftypeop", CF_block | CF_def, 0,
"deftypeopx", CF_line | CF_def, LINE_line,
"deftypevar", CF_block | CF_def | CF_def_alias, 0,
"deftypevarx", CF_line | CF_def | CF_def_alias, LINE_line,
"deftypevr", CF_block | CF_def, 0,
"deftypevrx", CF_line | CF_def, LINE_line,
"defun", CF_block | CF_def | CF_def_alias, 0,
"defunx", CF_line | CF_def | CF_def_alias, LINE_line,
"defvar", CF_block | CF_def | CF_def_alias, 0,
"defvarx", CF_line | CF_def | CF_def_alias, LINE_line,
"defvr", CF_block | CF_def, 0,
"defvrx", CF_line | CF_def, LINE_line,
"detailmenu", CF_block | CF_menu | CF_global, 0,
"dfn", CF_brace, BRACE_style,
"dh", CF_brace, 0,
"dircategory", CF_line, LINE_line,
"direntry", CF_block | CF_menu, 0,
"display", CF_block | CF_preformatted, 0,
"dmn", CF_brace, 1,
"docbook", CF_block | CF_format_raw, 0,
"documentdescription", CF_block | CF_global_unique, BLOCK_region,
"documentencoding", CF_line | CF_global, LINE_text,
"documentlanguage", CF_line | CF_global, LINE_text,
"dotaccent", CF_brace | CF_accent, BRACE_accent,
"dotless", CF_brace | CF_accent, BRACE_accent,
"dots", CF_brace, 0,
"email", CF_brace, 2,
"emph", CF_brace, BRACE_style,
"end", CF_line, LINE_text,
"enddots", CF_brace, 0,
"enumerate", CF_block | CF_blockitem, 1,
"env", CF_brace | CF_code_style, BRACE_style,
"equiv", CF_brace, 0,
"error", CF_brace, 0,
"errormsg", CF_brace, 1,
"euro", CF_brace, 0,
"evenfooting", CF_line | CF_global_unique, LINE_lineraw,
"evenfootingmarks", CF_line | CF_global_unique, 1,
"evenheading", CF_line | CF_global_unique, LINE_lineraw,
"evenheadingmarks", CF_line | CF_global_unique, 1,
"everyfooting", CF_line | CF_global_unique, LINE_lineraw,
"everyfootingmarks", CF_line | CF_global_unique, 1,
"everyheading", CF_line | CF_global_unique, LINE_lineraw,
"everyheadingmarks", CF_line | CF_global_unique, 1,
"example", CF_block | CF_preformatted | CF_preformatted_code, 0,
"exampleindent", CF_line | CF_global, 1,
"exclamdown", CF_brace, 0,
"exdent", CF_line, LINE_line,
"expansion", CF_brace, 0,
"file", CF_brace | CF_code_style, BRACE_style,
"finalout", CF_line, LINE_skipline,
"firstparagraphindent", CF_line | CF_global, 1,
"float", CF_block, 2,
"flushleft", CF_block, 0,
"flushright", CF_block, 0,
"fonttextsize", CF_line | CF_global_unique, 1,
"footnote", CF_brace | CF_global, BRACE_context,
"footnotestyle", CF_line | CF_global_unique, 1,
"format", CF_block | CF_preformatted, 0,
"frenchspacing", CF_line | CF_global, 1,
"ftable", CF_block | CF_blockitem, 1,
"geq", CF_brace, 0,
"group", CF_block, 0,
"guillemetleft", CF_brace, 0,
"guillemetright", CF_brace, 0,
"guillemotleft", CF_brace, 0,
"guillemotright", CF_brace, 0,
"guilsinglleft", CF_brace, 0,
"guilsinglright", CF_brace, 0,
"hashchar", CF_brace, 0,
"heading", CF_line | CF_sectioning, LINE_line,
"headings", CF_line | CF_global, 1,
"headitem", CF_other, OTHER_skipspace,
"headitemfont", CF_brace, BRACE_style,
"html", CF_block | CF_format_raw, 0,
"hyphenation", CF_brace | CF_global, BRACE_other,
"i", CF_brace, BRACE_style,
"ifclear", CF_block, BLOCK_conditional,
"ifcommanddefined", CF_block, BLOCK_conditional,
"ifcommandnotdefined", CF_block, BLOCK_conditional,
"ifdocbook", CF_block, BLOCK_conditional,
"ifhtml", CF_block, BLOCK_conditional,
"ifinfo", CF_block, BLOCK_conditional,
"ifnotdocbook", CF_block, BLOCK_conditional,
"ifnothtml", CF_block, BLOCK_conditional,
"ifnotinfo", CF_block, BLOCK_conditional,
"ifnotplaintext", CF_block, BLOCK_conditional,
"ifnottex", CF_block, BLOCK_conditional,
"ifnotxml", CF_block, BLOCK_conditional,
"ifplaintext", CF_block, BLOCK_conditional,
"ifset", CF_block, BLOCK_conditional,
"iftex", CF_block, BLOCK_conditional,
"ifxml", CF_block, BLOCK_conditional,
"ignore", CF_block, BLOCK_raw,
"image", CF_brace, 5,
"include", CF_line, LINE_text,
"indent", CF_other, OTHER_skipspace,
"indentedblock", CF_block, 0,
"indicateurl", CF_brace | CF_code_style, 1,
"inforef", CF_brace | CF_ref, 3,
"inlinefmt", CF_brace | CF_inline, 2,
"inlinefmtifelse", CF_brace | CF_inline, 3,
"inlineifclear", CF_brace | CF_inline, 2,
"inlineifset", CF_brace | CF_inline, 2,
"inlineraw", CF_brace | CF_inline, 2,
"insertcopying", CF_line | CF_global, LINE_skipline,
"item", CF_other, OTHER_skipspace,
"item_LINE", CF_line, LINE_line,
"itemize", CF_block | CF_blockitem, 1,
"itemx", CF_line, LINE_line,
"kbd", CF_brace | CF_code_style, BRACE_style,
"kbdinputstyle", CF_line | CF_global, 1,
"key", CF_brace, BRACE_other,
"l", CF_brace, 0,
"lbracechar", CF_brace, 0,
"leq", CF_brace, 0,
"lisp", CF_block | CF_preformatted | CF_preformatted_code, 0,
"listoffloats", CF_line | CF_global, LINE_line,
"lowersections", CF_line, LINE_skipline,
"macro", CF_block, BLOCK_raw,
"majorheading", CF_line | CF_sectioning, LINE_line,
"math", CF_brace, BRACE_context,
"menu", CF_block | CF_menu, 0,
"minus", CF_brace, 0,
"multitable", CF_block | CF_blockitem, BLOCK_multitable,
"need", CF_line, 1,
"node", CF_root | CF_line, LINE_line,
"noindent", CF_other, OTHER_skipspace,
"novalidate", CF_line | CF_global_unique, LINE_skipline,
"o", CF_brace, 0,
"oddfooting", CF_line | CF_global_unique, LINE_lineraw,
"oddfootingmarks", CF_line | CF_global_unique, 1,
"oddheading", CF_line | CF_global_unique, LINE_lineraw,
"oddheadingmarks", CF_line | CF_global_unique, 1,
"oe", CF_brace, 0,
"ogonek", CF_brace | CF_accent, BRACE_accent,
"option", CF_brace | CF_code_style, BRACE_style,
"ordf", CF_brace, 0,
"ordm", CF_brace, 0,
"page", CF_line, LINE_skipline,
"pagesizes", CF_line | CF_global_unique, LINE_line,
"paragraphindent", CF_line | CF_global, 1,
"part", CF_root | CF_line | CF_sectioning | CF_global, LINE_line,
"point", CF_brace, 0,
"pounds", CF_brace, 0,
"print", CF_brace, 0,
"printindex", CF_line | CF_global, 1,
"pxref", CF_brace | CF_ref, 5,
"questiondown", CF_brace, 0,
"quotation", CF_block, 1,
"quotedblbase", CF_brace, 0,
"quotedblleft", CF_brace, 0,
"quotedblright", CF_brace, 0,
"quoteleft", CF_brace, 0,
"quoteright", CF_brace, 0,
"quotesinglbase", CF_brace, 0,
"r", CF_brace, BRACE_style,
"raggedright", CF_block, 0,
"raisesections", CF_line, LINE_skipline,
"rbracechar", CF_brace, 0,
"ref", CF_brace | CF_ref, 5,
"refill", CF_other, OTHER_noarg,
"registeredsymbol", CF_brace, 0,
"result", CF_brace, 0,
"ringaccent", CF_brace | CF_accent, BRACE_accent,
"rmacro", CF_block, BLOCK_raw,
"samp", CF_brace | CF_code_style, BRACE_style,
"sansserif", CF_brace, BRACE_style,
"sc", CF_brace, BRACE_style,
"section", CF_root | CF_line | CF_sectioning, LINE_line,
"seealso", CF_brace, 1,
"seeentry", CF_brace, 1,
"set", CF_line, LINE_special,
"setchapternewpage", CF_line | CF_global_unique, 1,
"setcontentsaftertitlepage", CF_line | CF_deprecated, LINE_skipline,
"setfilename", CF_line | CF_global_unique, LINE_text,
"setshortcontentsaftertitlepage", CF_line | CF_deprecated, LINE_skipline,
"settitle", CF_line | CF_global_unique, LINE_line,
"shortcaption", CF_brace, BRACE_context,
"shortcontents", CF_line | CF_global, LINE_skipline,
"shorttitlepage", CF_line | CF_global_unique, LINE_line,
"slanted", CF_brace, BRACE_style,
"smallbook", CF_line, LINE_skipline,
"smalldisplay", CF_block | CF_preformatted, 0,
"smallexample", CF_block | CF_preformatted | CF_preformatted_code, 0,
"smallformat", CF_block | CF_preformatted, 0,
"smallindentedblock", CF_block, 0,
"smalllisp", CF_block | CF_preformatted | CF_preformatted_code, 0,
"smallquotation", CF_block, 1,
"sortas", CF_brace, 1,
"sp", CF_line, 1,
"ss", CF_brace, 0,
"strong", CF_brace, BRACE_style,
"sub", CF_brace, BRACE_style,
"subentry", CF_line, LINE_line,
"subheading", CF_line | CF_sectioning, LINE_line,
"subsection", CF_root | CF_line | CF_sectioning, LINE_line,
"subsubheading", CF_line | CF_sectioning, LINE_line,
"subsubsection", CF_root | CF_line | CF_sectioning, LINE_line,
"subtitle", CF_line | CF_global, LINE_line,
"summarycontents", CF_line | CF_global, LINE_skipline,
"sup", CF_brace, BRACE_style,
"syncodeindex", CF_line, 2,
"synindex", CF_line, 2,
"t", CF_brace | CF_code_style, BRACE_other,
"tab", CF_other, OTHER_skipspace,
"table", CF_block | CF_blockitem, 1,
"tex", CF_block | CF_format_raw, 0,
"textdegree", CF_brace, 0,
"th", CF_brace, 0,
"thischapter", CF_other | CF_in_heading, OTHER_noarg,
"thischaptername", CF_other | CF_in_heading, OTHER_noarg,
"thischapternum", CF_other | CF_in_heading, OTHER_noarg,
"thisfile", CF_other | CF_in_heading, OTHER_noarg,
"thispage", CF_other | CF_in_heading, OTHER_noarg,
"thistitle", CF_other | CF_in_heading, OTHER_noarg,
"tie", CF_brace, 0,
"tieaccent", CF_brace | CF_accent, BRACE_accent,
"title", CF_line | CF_global_unique, LINE_line,
"titlefont", CF_brace | CF_global, 1,
"titlepage", CF_block | CF_global_unique, BLOCK_region,
"today", CF_brace, 0,
"top", CF_root | CF_line | CF_sectioning | CF_global_unique, LINE_line,
"u", CF_brace | CF_accent, BRACE_accent,
"ubaraccent", CF_brace | CF_accent, BRACE_accent,
"udotaccent", CF_brace | CF_accent, BRACE_accent,
"unmacro", CF_line, LINE_special,
"unnumbered", CF_root | CF_line | CF_sectioning, LINE_line,
"unnumberedsec", CF_root | CF_line | CF_sectioning, LINE_line,
"unnumberedsubsec", CF_root | CF_line | CF_sectioning, LINE_line,
"unnumberedsubsubsec", CF_root | CF_line | CF_sectioning, LINE_line,
"uref", CF_brace, 3,
"urefbreakstyle", CF_line | CF_global, 1,
"url", CF_brace, 3,
"v", CF_brace | CF_accent, BRACE_accent,
"validatemenus", CF_line | CF_global_unique, 1,
"value", CF_brace, 0,
"var", CF_brace, BRACE_style,
"verb", CF_brace | CF_code_style, BRACE_other,
"verbatim", CF_block, BLOCK_raw,
"verbatiminclude", CF_line, LINE_text,
"vskip", CF_line, LINE_lineraw,
"vtable", CF_block | CF_blockitem, 1,
"w", CF_brace, BRACE_other,
"xml", CF_block | CF_format_raw, 0,
"xref", CF_brace | CF_ref, 5,
"xrefautomaticsectiontitle", CF_line | CF_global, 1,
"{", CF_nobrace, 0,
"|", CF_nobrace, 0,
"}", CF_nobrace, 0,
"~", CF_brace | CF_accent, BRACE_accent,
};