Lines Matching refs:yylpsns
196 static YYLTYPE *yylpsns = 0; variable
448 … if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
453 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
454 yylplim = yylpsns + s; in YYPARSE_DECL()
565 yylpsns = (YYLTYPE *) malloc((YYLVQUEUEGROWTH) * sizeof(YYLTYPE)); in YYPARSE_DECL()
566 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
567 yylplim = yylpsns + YYLVQUEUEGROWTH; in YYPARSE_DECL()
574 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
711 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
742 yylpp = yylpsns + yyerrctx->lexeme; in YYPARSE_DECL()
968 if ((yylpsns = (YYLTYPE *)realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
974 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
975 yylplim = yylpsns + s; in YYPARSE_DECL()
1057 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()