fmode_scm          93 ext/dbm/gdbm.c   ScmObj fmode_scm;
fmode_scm         116 ext/dbm/gdbm.c   if (SCM_NULLP(SCM_OPTARGS)) fmode_scm = SCM_MAKE_INT(0666);
fmode_scm         118 ext/dbm/gdbm.c     fmode_scm = SCM_CAR(SCM_OPTARGS);
fmode_scm         121 ext/dbm/gdbm.c   if (!SCM_INTP(fmode_scm)) Scm_Error("small integer required, but got %S", fmode_scm);
fmode_scm         122 ext/dbm/gdbm.c   fmode = SCM_INT_VALUE(fmode_scm);