Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

801     static YYLTYPE *yylpsns = NULL;
903 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
908 yylpp = yylpe = yylpsns + p;
909 yylplim = yylpsns + s;
1020 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
1021 if (yylpsns == NULL) goto yyenomem;
1022 yylplim = yylpsns + YYLVQUEUEGROWTH;
1029 yylpp = yylpe = yylpsns;
1166 yylpp = yylpsns + save->lexeme;
1197 yylpp = yylpsns + yyerrctx->lexeme;
1643 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1649 yylpp = yylpe = yylpsns + p;
1650 yylplim = yylpsns + s;
1732 yylpp = yylpsns + yypath->lexeme;