Lines Matching refs:YYINT
144 typedef int YYINT; typedef
145 static const YYINT err_syntax12_lhs[] = { -1,
148 static const YYINT err_syntax12_len[] = { 2,
151 static const YYINT err_syntax12_defred[] = { 0,
154 static const YYINT err_syntax12_dgoto[] = { 2,
156 static const YYINT err_syntax12_sindex[] = { -256,
159 static const YYINT err_syntax12_rindex[] = { 0,
162 static const YYINT err_syntax12_gindex[] = { 0,
165 static const YYINT err_syntax12_table[] = { 1,
167 static const YYINT err_syntax12_check[] = { 256,
226 YYINT *s_base;
227 YYINT *s_mark;
228 YYINT *s_last;
270 YYINT *newss; in yygrowstack()
281 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
364 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
380 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
400 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
487 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
497 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()