Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

180 typedef int YYINT;
181 static const YYINT calc1_lhs[] = { -1,
186 static const YYINT calc1_len[] = { 2,
191 static const YYINT calc1_defred[] = { 0,
200 static const YYINT calc1_dgoto[] = { 7,
203 static const YYINT calc1_sindex[] = { -40,
212 static const YYINT calc1_rindex[] = { 0,
221 static const YYINT calc1_gindex[] = { 0,
225 static const YYINT calc1_table[] = { 6,
250 static const YYINT calc1_check[] = { 40,
368 YYINT *s_base;
369 YYINT *s_mark;
370 YYINT *s_last;
521 YYINT *newss;
532 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
615 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
631 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
651 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
927 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
937 *++yystack.s_mark = (YYINT) yystate;