Lines Matching refs:YYINT
137 typedef int YYINT; typedef
138 static const YYINT err_syntax10_lhs[] = { -1,
141 static const YYINT err_syntax10_len[] = { 2,
144 static const YYINT err_syntax10_defred[] = { 0,
147 static const YYINT err_syntax10_dgoto[] = { 2,
149 static const YYINT err_syntax10_sindex[] = { -256,
152 static const YYINT err_syntax10_rindex[] = { 0,
155 static const YYINT err_syntax10_gindex[] = { 0,
158 static const YYINT err_syntax10_table[] = { 1,
160 static const YYINT err_syntax10_check[] = { 256,
214 YYINT *s_base;
215 YYINT *s_mark;
216 YYINT *s_last;
258 YYINT *newss; in yygrowstack()
269 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
352 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
368 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
388 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
475 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
485 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()