| Current Path : /usr/tests/usr.bin/yacc/yacc/ |
| Current File : //usr/tests/usr.bin/yacc/yacc/quote_calc-s.tab.h |
#define OP_ADD 257 #define OP_SUB 259 #define OP_MUL 261 #define OP_DIV 263 #define OP_MOD 265 #define OP_AND 267 #define DIGIT 269 #define LETTER 270 #define UMINUS 271