Lines Matching defs:l_mark

422     YYSTYPE  *l_mark;
556 data->l_mark = newvs + i;
679 yystack.l_mark = yystack.l_base;
805 save->yystack.l_mark = save->yystack.l_base + (yystack.l_mark - yystack.l_base);
806 memcpy (save->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
886 *++yystack.l_mark = yylval;
912 *++yystack.l_mark = yylval;
959 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
960 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
975 yystack.l_mark = yystack.l_base + (save->yystack.l_mark - save->yystack.l_base);
976 memcpy (yystack.l_base, save->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1010 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1011 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1053 *++yystack.l_mark = yylval;
1080 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1083 yystos[*yystack.s_mark], yystack.l_mark);
1087 --yystack.l_mark;
1138 yystack.l_mark[1-i]), stderr);
1147 yyval = yystack.l_mark[1-yym];
1170 { yyval.nlist = yystack.l_mark[-5].nlist; }
1175 { yyval.nlist = yystack.l_mark[-3].nlist; }
1200 { yyval.nlist->s = mksymbol(yystack.l_mark[-2].tval, yystack.l_mark[-2].cval, yystack.l_mark[0].id);
1201 yyval.nlist->next = yystack.l_mark[-1].nlist;
1207 { yyval.nlist->s = mksymbol(0, 0, yystack.l_mark[0].id);
1214 { yyval.nlist = yystack.l_mark[-5].nlist; }
1222 yystack.l_mark -= yym;
1244 *++yystack.l_mark = yyval;
1337 *++yystack.l_mark = yyval;
1372 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base);
1373 memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1417 for (pv = yystack.l_base, pp = yystack.p_base; pv <= yystack.l_mark; ++pv, ++pp)
1421 for (pv = yystack.l_base; pv <= yystack.l_mark; ++pv)