Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

21 typedef int YYINT;
22 static const YYINT yylhs[] = { -1,
25 static const YYINT yylen[] = { 2,
28 static const YYINT yydefred[] = { 0,
31 static const YYINT yydgoto[] = { 2,
33 static const YYINT yysindex[] = { -256,
36 static const YYINT yyrindex[] = { 0,
39 static const YYINT yygindex[] = { 0,
42 static const YYINT yytable[] = { 1,
44 static const YYINT yycheck[] = { 256,
111 YYINT *s_base;
112 YYINT *s_mark;
113 YYINT *s_last;
159 YYINT *newss;
170 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
253 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
269 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
289 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
376 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
386 *++yystack.s_mark = (YYINT) yystate;