modules/er/er.yacc.tab.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 typedef union {
2 int inum;
3 char *text;
4 } YYSTYPE;
5 #define EOL 257
6 #define K_SOCK 258
7 #define K_NAME 259
8 #define K_FAC 260
9 #define K_ADD 261
10 #define K_RM 262
11 #define K_CREATE 263
12 #define K_DELETE 264
13 #define K_MODIFY 265
14 #define K_AUTO 266
15 #define K_ASP 267
16 #define K_SEV 268
17 #define K_THR 269
18 #define K_FORMAT 270
19 #define K_SELF 271
20 #define K_DATE 272
21 #define K_ALL 273
22 #define K_EXEC 274
23 #define K_PATH 275
24 #define STRING 276
25 #define NUMBER 277
26 #define HEXNUM 278
27