Lines Matching refs:YYINT
138 typedef int YYINT; typedef
139 static const YYINT err_syntax20_lhs[] = { -1,
142 static const YYINT err_syntax20_len[] = { 2,
145 static const YYINT err_syntax20_defred[] = { 0,
148 static const YYINT err_syntax20_dgoto[] = { 2,
150 static const YYINT err_syntax20_sindex[] = { -40,
153 static const YYINT err_syntax20_rindex[] = { 0,
156 static const YYINT err_syntax20_gindex[] = { 0,
159 static const YYINT err_syntax20_table[] = { 1,
162 static const YYINT err_syntax20_check[] = { 40,
218 YYINT *s_base;
219 YYINT *s_mark;
220 YYINT *s_last;
262 YYINT *newss; in yygrowstack()
273 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
356 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
372 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
392 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
485 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
495 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()