Lines Matching defs:YYINT
24 typedef int YYINT;
25 static const YYINT yylhs[] = { -1,
28 static const YYINT yylen[] = { 2,
31 static const YYINT yydefred[] = { 0,
35 static const YYINT yystos[] = { 0,
39 static const YYINT yydgoto[] = { 2,
41 static const YYINT yysindex[] = { -256,
44 static const YYINT yyrindex[] = { 0,
48 static const YYINT yycindex[] = { 0,
52 static const YYINT yygindex[] = { 0,
55 static const YYINT yytable[] = { 1,
57 static const YYINT yycheck[] = { 256,
60 static const YYINT yyctable[] = { -1,
164 YYINT *s_base;
165 YYINT *s_mark;
166 YYINT *s_last;
183 YYINT ctry; /* saved index in yyctable[] for this conflict */
224 static YYINT *yylexp = NULL;
226 static YYINT *yylexemes = NULL;
274 YYINT *newss;
288 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
352 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
460 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
473 *yylexp = (YYINT) YYLEX;
510 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
512 YYINT ctry;
552 memcpy (save->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
574 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
598 *yylexp = (YYINT) yychar;
633 *++yystack.s_mark = (YYINT) yystate;
650 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
669 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yychar)
715 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
731 memcpy (yystack.s_base, save->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
766 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
800 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) YYERRCODE)
978 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL)
994 *yylexp = (YYINT) YYLEX;
1024 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1042 *++yystack.s_mark = (YYINT) yystate;
1077 memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));