Lines Matching refs:p_mark

425     YYLTYPE  *p_mark;
564 data->p_mark = newps + i;
681 yystack.p_mark = yystack.p_base;
808 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
809 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
888 *++yystack.p_mark = yylloc;
914 *++yystack.p_mark = yylloc;
962 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
963 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
978 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
979 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1013 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1014 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1058 *++yystack.p_mark = yyloc;
1072 yyerror_loc_range[0] = *yystack.p_mark;
1080 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1089 --yystack.p_mark;
1158 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1161 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1224 yystack.p_mark -= yym;
1246 *++yystack.p_mark = yyloc;
1339 *++yystack.p_mark = yyloc;
1375 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1376 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));