Searched defs:OPT_VERBOSE (Results 1 – 14 of 14) sorted by relevance
58 #define OPT_VERBOSE ((1 << 5) * ENABLE_FEATURE_VERBOSE) in mv_main() macro
55 #define OPT_VERBOSE (IF_DESKTOP(option_mask32 & 2) IF_NOT_DESKTOP(0)) macro
66 #define OPT_VERBOSE (IF_DESKTOP(opt & 0x04) IF_NOT_DESKTOP(0)) macro
55 #define OPT_VERBOSE (1<<8) /* 'v' */ macro
31 #define OPT_VERBOSE (1 << 0) macro
233 OPT_VERBOSE = (1 << 0), in ar_main() enumerator
173 OPT_VERBOSE = (1 << 4), enumerator
844 OPT_VERBOSE = 1 << 7, // v enumerator
486 OPT_VERBOSE = (1 << 3), enumerator
144 OPT_VERBOSE = (1 << 14) * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, // -v enumerator
353 OPT_VERBOSE = (1 << 6) * ENABLE_FEATURE_TRACEROUTE_VERBOSE, /* v */ enumerator
404 OPT_VERBOSE = 1 << 1, enumerator
2768 OPT_VERBOSE = 1 << p_opt_verbose, enumerator
236 #define OPT_VERBOSE (1 << 3) macro