Scm_Acons        2669 src/class.c        else fp->attributes = Scm_Acons(key, value, fp->attributes);
Scm_Acons        2815 src/class.c                acc = Scm_Acons(snam, SCM_OBJ(&specs->accessor), acc);
Scm_Acons        2838 src/class.c                    acc = Scm_Acons(snam, a, acc);
Scm_Acons         180 src/code.c                     closures = Scm_Acons(SCM_OBJ(p[i+1]), SCM_MAKE_INT(clonum),
Scm_Acons         189 src/code.c                             closures = Scm_Acons(SCM_CAR(cp),
Scm_Acons         321 src/code.c         b->info = Scm_Acons(SCM_MAKE_INT(b->currentIndex),
Scm_Acons         357 src/code.c             b->labelRefs = Scm_Acons(b->currentOperand,
Scm_Acons         373 src/code.c             b->labelRefs = Scm_Acons(SCM_CADR(b->currentOperand),
Scm_Acons         473 src/code.c         b->labelDefs = Scm_Acons(label, SCM_MAKE_INT(b->currentIndex),
Scm_Acons         529 src/extlib.c   SCM_RESULT = Scm_Acons(caa, cda, cd);
Scm_Acons         820 src/gauche.h   SCM_EXTERN ScmObj Scm_Acons(ScmObj caar, ScmObj cdar, ScmObj cdr);
Scm_Acons         758 src/hash.c                 *vp = Scm_Acons(e->key, e->value, *vp);
Scm_Acons         718 src/list.c             = Scm_Acons(key, value, SCM_EXTENDED_PAIR(pair)->attributes);
Scm_Acons         862 src/load.c             ldinfo.waiting = Scm_Acons(SCM_OBJ(vm), feature, ldinfo.waiting);
Scm_Acons         868 src/load.c             ldinfo.providing = Scm_Acons(feature, SCM_OBJ(vm), ldinfo.providing);
Scm_Acons         298 src/macro.c        ctx->pvars = Scm_Acons(pvar, pvref, ctx->pvars);
Scm_Acons         849 src/macro.c                *idlist = Scm_Acons(template, id, *idlist);
Scm_Acons         190 src/main.c                 pre_cmds = Scm_Acons(SCM_MAKE_CHAR(c),
Scm_Acons         238 src/read.c         ctx->pending = Scm_Acons(obj, finisher, ctx->pending);
Scm_Acons         452 src/signal.c               cell = Scm_Acons(sigHandlers.handlers[sigQcopy[i]],
Scm_Acons         566 src/signal.c               h = Scm_Acons(SCM_OBJ(set), handlers[desc->num], h);