Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

163 typedef int YYINT;
164 static const YYINT calc_code_top_lhs[] = { -1,
168 static const YYINT calc_code_top_len[] = { 2,
172 static const YYINT calc_code_top_defred[] = { 1,
178 static const YYINT calc_code_top_dgoto[] = { 1,
181 static const YYINT calc_code_top_sindex[] = { 0,
187 static const YYINT calc_code_top_rindex[] = { 0,
193 static const YYINT calc_code_top_gindex[] = { 0,
197 static const YYINT calc_code_top_table[] = { 6,
221 static const YYINT calc_code_top_check[] = { 40,
328 YYINT *s_base;
329 YYINT *s_mark;
330 YYINT *s_last;
392 YYINT *newss;
403 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
486 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
502 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
522 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
685 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
695 *++yystack.s_mark = (YYINT) yystate;