Home
last modified time | relevance | path

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

/dports/ftp/omi/omi/
H A Domi.h84 #define DEBUG_LOCAL_REGEX 0x0100000 // local regular expression matches macro
105 #define DEBUG_REGEX (DEBUG_REMOTE_REGEX | DEBUG_LOCAL_REGEX)
H A Dmir.c512 if (cc->debug & DEBUG_LOCAL_REGEX) in match_locexclude()
519 if ((cc->debug & DEBUG_LOCAL_REGEX) && result) in match_locexclude()
H A Domi.c158 {"local-regex", DEBUG_LOCAL_REGEX, "Matching of local regular expressions"},