Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

465 static YYLTYPE *yylpsns = NULL;
733 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
738 yylpp = yylpe = yylpsns + p;
739 yylplim = yylpsns + s;
850 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
851 if (yylpsns == NULL) goto yyenomem;
852 yylplim = yylpsns + YYLVQUEUEGROWTH;
859 yylpp = yylpe = yylpsns;
996 yylpp = yylpsns + save->lexeme;
1027 yylpp = yylpsns + yyerrctx->lexeme;
1329 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1335 yylpp = yylpe = yylpsns + p;
1336 yylplim = yylpsns + s;
1418 yylpp = yylpsns + yypath->lexeme;