odbm_opened        18 ext/dbm/odbm.c  #define CHECK_ODBM() if (!odbm_opened) Scm_Error("odbm file already closed")
odbm_opened        44 ext/dbm/odbm.c static int odbm_opened = FALSE;
odbm_opened        56 ext/dbm/odbm.c if (odbm_opened) Scm_Error("dbm file is already opened.");
odbm_opened        61 ext/dbm/odbm.c odbm_opened = TRUE;
odbm_opened        74 ext/dbm/odbm.c if (odbm_opened) {
odbm_opened        76 ext/dbm/odbm.c   odbm_opened = FALSE;
odbm_opened        91 ext/dbm/odbm.c  SCM_RESULT = (!odbm_opened);