if_does_not_exist 3049 src/extlib.c     ScmObj if_does_not_exist;
if_does_not_exist 3060 src/extlib.c     if_does_not_exist = (if_does_not_exist_scm);
if_does_not_exist 3067 src/extlib.c     if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
if_does_not_exist 3068 src/extlib.c     else if (!SCM_EQ(if_does_not_exist, key_error)) {
if_does_not_exist 3069 src/extlib.c       Scm_Error("argument for :if-does-not-exist must be either :error or #f, but got %S", if_does_not_exist);
if_does_not_exist 3094 src/extlib.c     ScmObj if_does_not_exist;
if_does_not_exist 3109 src/extlib.c     if_does_not_exist = (if_does_not_exist_scm);
if_does_not_exist 3124 src/extlib.c       if (SCM_EQ(if_does_not_exist, key_error)) {
if_does_not_exist 3135 src/extlib.c     if (SCM_EQ(if_does_not_exist, key_create)) flags |= O_CREAT;
if_does_not_exist 3136 src/extlib.c     else if (SCM_FALSEP(if_does_not_exist)) ignerr = TRUE;
if_does_not_exist 3137 src/extlib.c     else if (!SCM_EQ(if_does_not_exist, key_error)) {
if_does_not_exist 3138 src/extlib.c       Scm_Error("argument for :if-does-not-exist must be either :error, :create or #f, but got %S", if_does_not_exist);