Lines Matching defs:YYINT
155 typedef int YYINT;
156 static const YYINT calc_lhs[] = { -1,
160 static const YYINT calc_len[] = { 2,
164 static const YYINT calc_defred[] = { 1,
170 static const YYINT calc_dgoto[] = { 1,
173 static const YYINT calc_sindex[] = { 0,
179 static const YYINT calc_rindex[] = { 0,
185 static const YYINT calc_gindex[] = { 0,
189 static const YYINT calc_table[] = { 6,
213 static const YYINT calc_check[] = { 40,
320 YYINT *s_base;
321 YYINT *s_mark;
322 YYINT *s_last;
384 YYINT *newss;
395 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
478 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
494 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
514 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
677 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
687 *++yystack.s_mark = (YYINT) yystate;