Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

484 static YYLTYPE *yylpsns = NULL;
738 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
743 yylpp = yylpe = yylpsns + p;
744 yylplim = yylpsns + s;
855 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
856 if (yylpsns == NULL) goto yyenomem;
857 yylplim = yylpsns + YYLVQUEUEGROWTH;
864 yylpp = yylpe = yylpsns;
1001 yylpp = yylpsns + save->lexeme;
1032 yylpp = yylpsns + yyerrctx->lexeme;
1317 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1323 yylpp = yylpe = yylpsns + p;
1324 yylplim = yylpsns + s;
1406 yylpp = yylpsns + yypath->lexeme;