Lines Matching refs:YYINT
159 typedef int YYINT; typedef
160 static const YYINT quote_calc_lhs[] = { -1,
164 static const YYINT quote_calc_len[] = { 2,
168 static const YYINT quote_calc_defred[] = { 1,
174 static const YYINT quote_calc_dgoto[] = { 1,
177 static const YYINT quote_calc_sindex[] = { 0,
183 static const YYINT quote_calc_rindex[] = { 0,
189 static const YYINT quote_calc_gindex[] = { 0,
193 static const YYINT quote_calc_table[] = { 16,
221 static const YYINT quote_calc_check[] = { 10,
321 YYINT *s_base;
322 YYINT *s_mark;
323 YYINT *s_last;
384 YYINT *newss; in yygrowstack()
395 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
478 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
494 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
514 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
677 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
687 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()