Lines Matching refs:p_mark

408     YYLTYPE  *p_mark;
572 data->p_mark = newps + i;
689 yystack.p_mark = yystack.p_base;
816 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
817 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
896 *++yystack.p_mark = yylloc;
922 *++yystack.p_mark = yylloc;
970 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
971 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
986 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
987 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1021 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1022 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1066 *++yystack.p_mark = yyloc;
1080 yyerror_loc_range[0] = *yystack.p_mark;
1088 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1097 --yystack.p_mark;
1166 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1169 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1243 yystack.p_mark -= yym;
1265 *++yystack.p_mark = yyloc;
1358 *++yystack.p_mark = yyloc;
1394 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1395 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));