Lines Matching refs:YYINT
155 typedef int YYINT; typedef
156 static const YYINT error_lhs[] = { -1,
159 static const YYINT error_len[] = { 2,
162 static const YYINT error_defred[] = { 0,
165 static const YYINT error_dgoto[] = { 2,
167 static const YYINT error_sindex[] = { -256,
170 static const YYINT error_rindex[] = { 0,
173 static const YYINT error_gindex[] = { 0,
176 static const YYINT error_table[] = { 1,
178 static const YYINT error_check[] = { 256,
226 YYINT *s_base;
227 YYINT *s_mark;
228 YYINT *s_last;
272 YYINT *newss; in yygrowstack()
283 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
377 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
393 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
413 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
500 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
510 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()