File: y.tab.h

package info (click to toggle)
ssldump 0.9b3%2Bgit20180706.eb8fdd4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,368 kB
  • sloc: ansic: 8,211; sh: 2,921; yacc: 183; makefile: 92; lex: 67
file content (20 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
typedef union {
     int val;
     unsigned char str[8192];
} YYSTYPE;
#define	NAME_	257
#define	NUM_	258
#define	DOT_DOT_	259
#define	STRUCT_	260
#define	SELECT_	261
#define	OPAQUE_	262
#define	ENUM_	263
#define	DIGITALLY_SIGNED_	264
#define	COMMENT_START_	265
#define	CODE_	266
#define	COMMENT_END_	267
#define	CASE_	268
#define	CONSTANT_	269


extern YYSTYPE yylval;