File: eqn.tab.h

package info (click to toggle)
jgroff 0.100-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,896 kB
  • ctags: 6,984
  • sloc: cpp: 55,956; ansic: 5,480; yacc: 2,957; asm: 1,866; makefile: 1,099; sh: 409; perl: 397; sed: 123
file content (69 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (2)
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
typedef union {
	char *str;
	box *b;
	pile_box *pb;
	matrix_box *mb;
	int n;
	column *col;
} YYSTYPE;
#define	OVER	258
#define	SMALLOVER	259
#define	SQRT	260
#define	SUB	261
#define	SUP	262
#define	LPILE	263
#define	RPILE	264
#define	CPILE	265
#define	PILE	266
#define	LEFT	267
#define	RIGHT	268
#define	TO	269
#define	FROM	270
#define	SIZE	271
#define	FONT	272
#define	ROMAN	273
#define	BOLD	274
#define	ITALIC	275
#define	FAT	276
#define	ACCENT	277
#define	BAR	278
#define	UNDER	279
#define	ABOVE	280
#define	TEXT	281
#define	QUOTED_TEXT	282
#define	FWD	283
#define	BACK	284
#define	DOWN	285
#define	UP	286
#define	MATRIX	287
#define	COL	288
#define	LCOL	289
#define	RCOL	290
#define	CCOL	291
#define	MARK	292
#define	LINEUP	293
#define	TYPE	294
#define	VCENTER	295
#define	PRIME	296
#define	SPLIT	297
#define	NOSPLIT	298
#define	UACCENT	299
#define	SPECIAL	300
#define	SPACE	301
#define	GFONT	302
#define	GSIZE	303
#define	DEFINE	304
#define	NDEFINE	305
#define	TDEFINE	306
#define	SDEFINE	307
#define	UNDEF	308
#define	IFDEF	309
#define	INCLUDE	310
#define	DELIM	311
#define	CHARTYPE	312
#define	SET	313
#define	GRFONT	314
#define	GBFONT	315


extern YYSTYPE yylval;