Lines Matching refs:YYINT
77 typedef int YYINT; typedef
78 static const YYINT yylhs[] = { -1,
82 static const YYINT yylen[] = { 2,
86 static const YYINT yydefred[] = { 1,
92 static const YYINT yydgoto[] = { 1,
95 static const YYINT yysindex[] = { 0,
101 static const YYINT yyrindex[] = { 0,
107 static const YYINT yygindex[] = { 0,
111 static const YYINT yytable[] = { 6,
135 static const YYINT yycheck[] = { 40,
229 YYINT *s_base;
230 YYINT *s_mark;
231 YYINT *s_last;
293 YYINT *newss; in yygrowstack()
304 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
387 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
403 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
423 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
586 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
596 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()