Lines Matching refs:p_mark

358     YYLTYPE  *p_mark;
521 data->p_mark = newps + i;
638 yystack.p_mark = yystack.p_base;
765 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
766 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
845 *++yystack.p_mark = yylloc;
871 *++yystack.p_mark = yylloc;
919 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
920 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
935 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
936 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
970 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
971 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1015 *++yystack.p_mark = yyloc;
1029 yyerror_loc_range[0] = *yystack.p_mark;
1037 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1046 --yystack.p_mark;
1115 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1118 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1188 yystack.p_mark -= yym;
1210 *++yystack.p_mark = yyloc;
1303 *++yystack.p_mark = yyloc;
1339 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1340 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));