Lines Matching refs:p_mark

448     YYLTYPE  *p_mark;
670 data->p_mark = newps + i;
837 yystack.p_mark = yystack.p_base;
964 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
965 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1044 *++yystack.p_mark = yylloc;
1070 *++yystack.p_mark = yylloc;
1118 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
1119 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1134 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
1135 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1169 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1170 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1214 *++yystack.p_mark = yyloc;
1228 yyerror_loc_range[0] = *yystack.p_mark;
1236 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1245 --yystack.p_mark;
1314 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1317 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1524 yystack.p_mark -= yym;
1546 *++yystack.p_mark = yyloc;
1639 *++yystack.p_mark = yyloc;
1675 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1676 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));