newh              252 src/compaux.c      ScmObj newh;
newh              259 src/compaux.c          newh = Scm_Cons(form, history);
newh              260 src/compaux.c          ca = unwrap_rec(SCM_CAR(form), newh);
newh              261 src/compaux.c          cd = unwrap_rec(SCM_CDR(form), newh);
newh              274 src/compaux.c          newh = Scm_Cons(form, history);
newh              276 src/compaux.c              elt = unwrap_rec(*pelt, newh);
newh              285 src/compaux.c                      SCM_VECTOR_ELEMENT(newvec, j) = unwrap_rec(*pelt, newh);