Home | History | Annotate | Download | only in yacc

Lines Matching defs:YYINT

79 typedef int YYINT;
80 static const YYINT yylhs[] = { -1,
84 static const YYINT yylen[] = { 2,
88 static const YYINT yydefred[] = { 1,
94 static const YYINT yydgoto[] = { 1,
97 static const YYINT yysindex[] = { 0,
103 static const YYINT yyrindex[] = { 0,
109 static const YYINT yygindex[] = { 0,
113 static const YYINT yytable[] = { 6,
137 static const YYINT yycheck[] = { 40,
244 YYINT *s_base;
245 YYINT *s_mark;
246 YYINT *s_last;
308 YYINT *newss;
319 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
402 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
418 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
438 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
601 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
611 *++yystack.s_mark = (YYINT) yystate;