Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

157 typedef int YYINT;
158 static const YYINT calc2_lhs[] = { -1,
162 static const YYINT calc2_len[] = { 2,
166 static const YYINT calc2_defred[] = { 1,
172 static const YYINT calc2_dgoto[] = { 1,
175 static const YYINT calc2_sindex[] = { 0,
181 static const YYINT calc2_rindex[] = { 0,
187 static const YYINT calc2_gindex[] = { 0,
191 static const YYINT calc2_table[] = { 6,
215 static const YYINT calc2_check[] = { 40,
322 YYINT *s_base;
323 YYINT *s_mark;
324 YYINT *s_last;
397 YYINT *newss;
408 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
491 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
507 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
527 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
690 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
700 *++yystack.s_mark = (YYINT) yystate;