Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Dignore.c122 if (opt_debug & DBG_IGNORE) in ignore_check()
132 if (opt_debug & DBG_IGNORE) in ignore_check()
158 if (opt_debug & DBG_IGNORE) in ignore_file()
186 if (opt_debug & DBG_IGNORE) in ignore_expr()
206 if (opt_debug & DBG_IGNORE) in ignore_pgm()
232 if (opt_debug & DBG_IGNORE) in ignore_pgm()
H A Ddebug.c75 DBG_IGNORE, "IGNO: ignore list",
91 DBG_IGNORE, "IGNO",
H A Dfilesync.h90 #define DBG_IGNORE 0x0200 /* ignore tracing */ macro