Lines Matching refs:YYINT
143 typedef int YYINT; typedef
144 static const YYINT err_syntax18_lhs[] = { -1,
147 static const YYINT err_syntax18_len[] = { 2,
150 static const YYINT err_syntax18_defred[] = { 0,
153 static const YYINT err_syntax18_dgoto[] = { 2,
155 static const YYINT err_syntax18_sindex[] = { -40,
158 static const YYINT err_syntax18_rindex[] = { 0,
161 static const YYINT err_syntax18_gindex[] = { 2,
164 static const YYINT err_syntax18_table[] = { 1,
167 static const YYINT err_syntax18_check[] = { 40,
222 YYINT *s_base;
223 YYINT *s_mark;
224 YYINT *s_last;
266 YYINT *newss; in yygrowstack()
277 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
360 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
376 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
396 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
489 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
499 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()