Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

465 static YYLTYPE *yylpsns = NULL;
741 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
746 yylpp = yylpe = yylpsns + p;
747 yylplim = yylpsns + s;
858 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
859 if (yylpsns == NULL) goto yyenomem;
860 yylplim = yylpsns + YYLVQUEUEGROWTH;
867 yylpp = yylpe = yylpsns;
1004 yylpp = yylpsns + save->lexeme;
1035 yylpp = yylpsns + yyerrctx->lexeme;
1337 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1343 yylpp = yylpe = yylpsns + p;
1344 yylplim = yylpsns + s;
1426 yylpp = yylpsns + yypath->lexeme;