Lines Matching refs:YYINT
143 typedef int YYINT; typedef
144 static const YYINT err_syntax11_lhs[] = { -1,
147 static const YYINT err_syntax11_len[] = { 2,
150 static const YYINT err_syntax11_defred[] = { 0,
153 static const YYINT err_syntax11_dgoto[] = { 2,
155 static const YYINT err_syntax11_sindex[] = { -256,
158 static const YYINT err_syntax11_rindex[] = { 0,
161 static const YYINT err_syntax11_gindex[] = { 0,
164 static const YYINT err_syntax11_table[] = { 1,
166 static const YYINT err_syntax11_check[] = { 256,
220 YYINT *s_base;
221 YYINT *s_mark;
222 YYINT *s_last;
264 YYINT *newss; in yygrowstack()
275 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
358 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
374 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
394 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
481 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
491 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()