Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

162 typedef int YYINT;
163 static const YYINT calc3_lhs[] = { -1,
167 static const YYINT calc3_len[] = { 2,
171 static const YYINT calc3_defred[] = { 1,
177 static const YYINT calc3_dgoto[] = { 1,
180 static const YYINT calc3_sindex[] = { 0,
186 static const YYINT calc3_rindex[] = { 0,
192 static const YYINT calc3_gindex[] = { 0,
196 static const YYINT calc3_table[] = { 6,
220 static const YYINT calc3_check[] = { 40,
321 YYINT *s_base;
322 YYINT *s_mark;
323 YYINT *s_last;
394 YYINT *newss;
405 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
499 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
515 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
535 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
698 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
708 *++yystack.s_mark = (YYINT) yystate;