Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yylpsns

658     static YYLTYPE *yylpsns = NULL;
760 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem;
765 yylpp = yylpe = yylpsns + p;
766 yylplim = yylpsns + s;
877 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE));
878 if (yylpsns == NULL) goto yyenomem;
879 yylplim = yylpsns + YYLVQUEUEGROWTH;
886 yylpp = yylpe = yylpsns;
1023 yylpp = yylpsns + save->lexeme;
1054 yylpp = yylpsns + yyerrctx->lexeme;
1356 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL)
1362 yylpp = yylpe = yylpsns + p;
1363 yylplim = yylpsns + s;
1445 yylpp = yylpsns + yypath->lexeme;