Lines Matching refs:yylpsns
338 static YYLTYPE *yylpsns = 0; variable
581 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
586 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
587 yylplim = yylpsns + s; in YYPARSE_DECL()
699 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE)); in YYPARSE_DECL()
700 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
701 yylplim = yylpsns + YYLVQUEUEGROWTH; in YYPARSE_DECL()
708 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
836 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
867 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
1098 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1104 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1105 yylplim = yylpsns + s; in YYPARSE_DECL()
1188 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()