Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

322 static YYLTYPE *yylpsns = NULL;
594 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
599 yylpp = yylpe = yylpsns + p;
600 yylplim = yylpsns + s;
711 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
712 if (yylpsns == NULL) goto yyenomem;
713 yylplim = yylpsns + YYLVQUEUEGROWTH;
720 yylpp = yylpe = yylpsns;
857 yylpp = yylpsns + save->lexeme;
888 yylpp = yylpsns + yyerrctx->lexeme;
1190 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1196 yylpp = yylpe = yylpsns + p;
1197 yylplim = yylpsns + s;
1279 yylpp = yylpsns + yypath->lexeme;