Lines Matching refs:yylpsns
341 static YYLTYPE *yylpsns = 0; variable
584 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
589 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
590 yylplim = yylpsns + s; in YYPARSE_DECL()
702 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE)); in YYPARSE_DECL()
703 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
704 yylplim = yylpsns + YYLVQUEUEGROWTH; in YYPARSE_DECL()
711 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
839 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
870 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
1096 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1102 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1103 yylplim = yylpsns + s; in YYPARSE_DECL()
1186 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()