Lines Matching refs:p_mark

406     YYLTYPE  *p_mark;
559 data->p_mark = newps + i;
676 yystack.p_mark = yystack.p_base;
803 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
804 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
883 *++yystack.p_mark = yylloc;
909 *++yystack.p_mark = yylloc;
957 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
958 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
973 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
974 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1008 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1009 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1053 *++yystack.p_mark = yyloc;
1067 yyerror_loc_range[0] = *yystack.p_mark;
1075 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1084 --yystack.p_mark;
1153 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1156 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1230 yystack.p_mark -= yym;
1252 *++yystack.p_mark = yyloc;
1345 *++yystack.p_mark = yyloc;
1381 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1382 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));