Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

155 typedef int YYINT;
156 static const YYINT calc_code_requires_lhs[] = { -1,
160 static const YYINT calc_code_requires_len[] = { 2,
164 static const YYINT calc_code_requires_defred[] = { 1,
170 static const YYINT calc_code_requires_dgoto[] = { 1,
173 static const YYINT calc_code_requires_sindex[] = { 0,
179 static const YYINT calc_code_requires_rindex[] = { 0,
185 static const YYINT calc_code_requires_gindex[] = { 0,
189 static const YYINT calc_code_requires_table[] = { 6,
213 static const YYINT calc_code_requires_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;