Lines Matching defs:YYINT
149 typedef int YYINT;
150 static const YYINT empty_lhs[] = { -1,
153 static const YYINT empty_len[] = { 2,
156 static const YYINT empty_defred[] = { 1,
159 static const YYINT empty_dgoto[] = { 1,
161 static const YYINT empty_sindex[] = { 0,
164 static const YYINT empty_rindex[] = { 0,
167 static const YYINT empty_gindex[] = { 0,
170 static const YYINT empty_table[] = { 0,
172 static const YYINT empty_check[] = { -1,
239 YYINT *s_base;
240 YYINT *s_mark;
241 YYINT *s_last;
274 YYINT *newss;
285 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
368 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
384 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
404 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
491 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
501 *++yystack.s_mark = (YYINT) yystate;