Lines Matching refs:p_mark

432     YYLTYPE  *p_mark;
571 data->p_mark = newps + i;
693 yystack.p_mark = yystack.p_base;
819 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
820 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
899 *++yystack.p_mark = yylloc;
925 *++yystack.p_mark = yylloc;
951 yystack.p_mark -= yym;
982 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
983 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
998 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
999 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1033 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1034 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1078 *++yystack.p_mark = yyloc;
1092 yyerror_loc_range[1] = *yystack.p_mark;
1100 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1109 --yystack.p_mark;
1178 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1181 yyerror_loc_range[1] = yystack.p_mark[1-yym];
1244 yystack.p_mark -= yym;
1266 *++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));