Home
last modified time | relevance | path

Searched refs:DEBUG_REMOVE_DIRS (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/omi/omi/
H A Domi.h69 #define DEBUG_REMOVE_DIRS 0x0000020 // removal of local directories macro
87 #define DEBUG_DIRS (DEBUG_CREATE_DIRS | DEBUG_REMOVE_DIRS)
94 #define DEBUG_REMOVE (DEBUG_REMOVE_DIRS | DEBUG_REMOVE_FILES \
H A Dmir.c283 if (cc->debug & DEBUG_REMOVE_DIRS) in tonne()
291 (cc->debug & DEBUG_REMOVE_DIRS) ? "" : path, in tonne()
H A Domi.c135 {"remove-dirs", DEBUG_REMOVE_DIRS, "Removal of directories"},