Lines Matching refs:p_mark

433     YYLTYPE  *p_mark;
585 data->p_mark = newps + i;
707 yystack.p_mark = yystack.p_base;
833 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
834 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
913 *++yystack.p_mark = yylloc;
939 *++yystack.p_mark = yylloc;
965 yystack.p_mark -= yym;
996 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
997 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1012 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
1013 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1047 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1048 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1092 *++yystack.p_mark = yyloc;
1106 yyerror_loc_range[1] = *yystack.p_mark;
1114 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1123 --yystack.p_mark;
1192 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1195 yyerror_loc_range[1] = yystack.p_mark[1-yym];
1269 yystack.p_mark -= yym;
1291 *++yystack.p_mark = yyloc;
1383 *++yystack.p_mark = yyloc;
1419 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1420 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));