Lines Matching refs:p_mark

376     YYLTYPE  *p_mark;
518 data->p_mark = newps + i;
635 yystack.p_mark = yystack.p_base;
762 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
763 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
842 *++yystack.p_mark = yylloc;
868 *++yystack.p_mark = yylloc;
916 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
917 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
932 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
933 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
967 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
968 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1012 *++yystack.p_mark = yyloc;
1026 yyerror_loc_range[0] = *yystack.p_mark;
1034 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1043 --yystack.p_mark;
1112 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1115 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1171 { yyval.nlist = yystack.l_mark[0].nlist; yyloc = yystack.p_mark[1]; }
1181 yystack.p_mark -= yym;
1203 *++yystack.p_mark = yyloc;
1296 *++yystack.p_mark = yyloc;
1332 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1333 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));