Lines Matching refs:yylpsns
344 static YYLTYPE *yylpsns = 0; variable
592 … if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
597 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
598 yylplim = yylpsns + s; in YYPARSE_DECL()
709 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE)); in YYPARSE_DECL()
710 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
711 yylplim = yylpsns + YYLVQUEUEGROWTH; in YYPARSE_DECL()
718 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
855 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
886 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
1112 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1118 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1119 yylplim = yylpsns + s; in YYPARSE_DECL()
1201 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()