Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

155 typedef int YYINT;
156 static const YYINT calc_code_default_lhs[] = { -1,
160 static const YYINT calc_code_default_len[] = { 2,
164 static const YYINT calc_code_default_defred[] = { 1,
170 static const YYINT calc_code_default_dgoto[] = { 1,
173 static const YYINT calc_code_default_sindex[] = { 0,
179 static const YYINT calc_code_default_rindex[] = { 0,
185 static const YYINT calc_code_default_gindex[] = { 0,
189 static const YYINT calc_code_default_table[] = { 6,
213 static const YYINT calc_code_default_check[] = { 40,
320 YYINT *s_base;
321 YYINT *s_mark;
322 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;