Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

161 typedef int YYINT;
162 static const YYINT calc_code_all_lhs[] = { -1,
166 static const YYINT calc_code_all_len[] = { 2,
170 static const YYINT calc_code_all_defred[] = { 1,
176 static const YYINT calc_code_all_dgoto[] = { 1,
179 static const YYINT calc_code_all_sindex[] = { 0,
185 static const YYINT calc_code_all_rindex[] = { 0,
191 static const YYINT calc_code_all_gindex[] = { 0,
195 static const YYINT calc_code_all_table[] = { 6,
219 static const YYINT calc_code_all_check[] = { 40,
332 YYINT *s_base;
333 YYINT *s_mark;
334 YYINT *s_last;
412 YYINT *newss;
423 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
506 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
522 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
542 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
705 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
715 *++yystack.s_mark = (YYINT) yystate;