summaryrefslogtreecommitdiff
path: root/support/ltx2x/l2xytab.h
blob: 6a47fc0ede442aa24e7516c36e00166c56d837af (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
typedef union {
       char *string;             /* string buffer */
    /*       int pos;                   command table position */
       PSENTRY pos;              /* pointer to sym entry */
} YYSTYPE;
#define	END_OF_FILE	258
#define	TEX_CHAR	259
#define	CHAR_COMMAND	260
#define	BEGIN_DOCUMENT	261
#define	END_DOCUMENT	262
#define	BEGIN_VERBATIM	263
#define	END_VERBATIM	264
#define	BEGIN_VERB	265
#define	END_VERB	266
#define	BEGIN_DOLLAR	267
#define	END_DOLLAR	268
#define	COMMAND	269
#define	COMMAND_OPT	270
#define	COMMAND_1	271
#define	COMMAND_2	272
#define	COMMAND_3	273
#define	COMMAND_4	274
#define	COMMAND_5	275
#define	COMMAND_6	276
#define	COMMAND_7	277
#define	COMMAND_8	278
#define	COMMAND_9	279
#define	COMMAND_1_OPT	280
#define	COMMAND_2_OPT	281
#define	COMMAND_3_OPT	282
#define	COMMAND_4_OPT	283
#define	COMMAND_5_OPT	284
#define	COMMAND_6_OPT	285
#define	COMMAND_7_OPT	286
#define	COMMAND_8_OPT	287
#define	BEGIN_ENV	288
#define	END_ENV	289
#define	BEGIN_LIST_ENV	290
#define	END_LIST_ENV	291
#define	SECTIONING	292
#define	BEGIN_PICTURE_CC	293
#define	END_PICTURE	294
#define	PICTURE_CCPP	295
#define	PICTURE_CO	296
#define	PICTURE_COP	297
#define	PICTURE_CP	298
#define	PICTURE_OCC	299
#define	PICTURE_OCCC	300
#define	PICTURE_OCO	301
#define	PICTURE_PCOP	302
#define	SPECIAL	303
#define	SPECIAL_COMMAND	304
#define	SPECIAL_BEGIN_ENV	305
#define	SPECIAL_END_ENV	306
#define	SPECIAL_BEGIN_LIST	307
#define	SPECIAL_END_LIST	308
#define	SPECIAL_SECTIONING	309
#define	BEGIN_VENV	310
#define	END_VENV	311
#define	VCOMMAND	312
#define	COMMAND_OOP	313
#define	COMMAND_OOOPP	314
#define	COMMAND_OPO	315
#define	COMMAND_POOOP	316
#define	COMMAND_POOP	317
#define	COMMAND_POOPP	318
#define	OTHER_COMMAND	319
#define	OTHER_BEGIN	320
#define	OTHER_END	321
#define	PRINT_CONTROLLED_COMMAND	322
#define	NAME	323
#define	INTEGER	324
#define	REAL	325
#define	OTHER	326
#define	ITEM	327
#define	ITEM_AND_BRAK	328
#define	END_ITEM_BRAK	329
#define	LBRACE	330
#define	RBRACE	331
#define	PARAGRAPH	332
#define	SLASH_SPACE	333
#define	LBRAK	334
#define	RBRAK	335
#define	COMMA	336
#define	LPAREN	337
#define	RPAREN	338
#define	START_ANOPT	339
#define	START_COORD	340
#define	START_ALLOPT	341
#define	END_ANOPT	342
#define	END_COORD	343
#define	END_ALLOPT	344
#define	GRAMMSPECIAL	32767


extern YYSTYPE yylval;