Lines Matching refs:YYINT

22 typedef int YYINT;  typedef
23 static const YYINT yylhs[] = { -1,
26 static const YYINT yylen[] = { 2,
29 static const YYINT yydefred[] = { 0,
33 static const YYINT yystos[] = { 0,
37 static const YYINT yydgoto[] = { 2,
39 static const YYINT yysindex[] = { -256,
42 static const YYINT yyrindex[] = { 0,
46 static const YYINT yycindex[] = { 0,
50 static const YYINT yygindex[] = { 0,
53 static const YYINT yytable[] = { 1,
55 static const YYINT yycheck[] = { 256,
58 static const YYINT yyctable[] = { -1,
149 YYINT *s_base;
150 YYINT *s_mark;
151 YYINT *s_last;
168 YYINT ctry; /* saved index in yyctable[] for this conflict */
209 static YYINT *yylexp = 0;
211 static YYINT *yylexemes = 0;
259 YYINT *newss; in yygrowstack()
273 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss)); in yygrowstack()
337 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT)); in yyNewState()
445 … if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem; in YYPARSE_DECL()
458 *yylexp = (YYINT) YYLEX; in YYPARSE_DECL()
495 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
497 YYINT ctry; in YYPARSE_DECL()
537 …e->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT)); in YYPARSE_DECL()
559 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT)); in YYPARSE_DECL()
583 *yylexp = (YYINT) yychar; in YYPARSE_DECL()
618 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()
635 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
654 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar) in YYPARSE_DECL()
700 …x->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT)); in YYPARSE_DECL()
716 …tack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT)); in YYPARSE_DECL()
751 ….s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT)); in YYPARSE_DECL()
785 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE) in YYPARSE_DECL()
963 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) in YYPARSE_DECL()
979 *yylexp = (YYINT) YYLEX; in YYPARSE_DECL()
1009 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate) in YYPARSE_DECL()
1027 *++yystack.s_mark = (YYINT) yystate; in YYPARSE_DECL()
1062 …ck.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT)); in YYPARSE_DECL()