Lines Matching defs:l_mark

429     YYSTYPE  *l_mark;
563 data->l_mark = newvs + i;
691 yystack.l_mark = yystack.l_base;
816 save->yystack.l_mark = save->yystack.l_base + (yystack.l_mark - yystack.l_base);
817 memcpy (save->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
897 *++yystack.l_mark = yylval;
923 *++yystack.l_mark = yylval;
949 yystack.l_mark -= yym;
979 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
980 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
995 yystack.l_mark = yystack.l_base + (save->yystack.l_mark - save->yystack.l_base);
996 memcpy (yystack.l_base, save->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1030 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1031 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1073 *++yystack.l_mark = yylval;
1100 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1103 yystos[*yystack.s_mark], yystack.l_mark);
1107 --yystack.l_mark;
1158 yystack.l_mark[1-i]), stderr);
1167 yyval = yystack.l_mark[1-yym];
1190 { yyval.nlist = yystack.l_mark[-5].nlist; }
1195 { yyval.nlist = yystack.l_mark[-3].nlist; }
1220 { yyval.nlist->s = mksymbol(yystack.l_mark[-2].tval, yystack.l_mark[-2].cval, yystack.l_mark[0].id);
1221 yyval.nlist->next = yystack.l_mark[-1].nlist;
1227 { yyval.nlist->s = mksymbol(0, 0, yystack.l_mark[0].id);
1234 { yyval.nlist = yystack.l_mark[-5].nlist; }
1242 yystack.l_mark -= yym;
1264 *++yystack.l_mark = yyval;
1356 *++yystack.l_mark = yyval;
1391 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base);
1392 memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1436 for (pv = yystack.l_base, pp = yystack.p_base; pv <= yystack.l_mark; ++pv, ++pp)
1440 for (pv = yystack.l_base; pv <= yystack.l_mark; ++pv)