Home | History | Annotate | Download | only in yacc

Lines Matching defs:CONST

122 static void yyerror(const char *s);
168 #define YYERROR_DECL() yyerror(const char *s)
178 #define CONST 259
182 static const YYINT varsyntax_calc1_lhs[] = { -1,
187 static const YYINT varsyntax_calc1_len[] = { 2,
192 static const YYINT varsyntax_calc1_defred[] = { 0,
201 static const YYINT varsyntax_calc1_dgoto[] = { 7,
204 static const YYINT varsyntax_calc1_sindex[] = { -40,
213 static const YYINT varsyntax_calc1_rindex[] = { 0,
222 static const YYINT varsyntax_calc1_gindex[] = { 0,
226 static const YYINT varsyntax_calc1_table[] = { 6,
251 static const YYINT varsyntax_calc1_check[] = { 40,
287 static const char *const varsyntax_calc1_name[] = {
305 NULL,NULL,NULL,NULL,NULL,NULL,NULL,"DREG","VREG","CONST","UMINUS",NULL,NULL,
308 static const char *const varsyntax_calc1_rule[] = {
317 "dexp : CONST",
385 yyerror(const char *s)
446 return (CONST);
573 const char *yys;