Searched refs:CRLE_VERBOSE (Results 1 – 4 of 4) sorted by relevance
256 crle.c_flags |= CRLE_VERBOSE; in main()353 if (crle.c_flags & CRLE_VERBOSE) in main()443 if (crle.c_flags & CRLE_VERBOSE) in main()526 else if ((crle.c_flags & CRLE_VERBOSE) && (flag == 1)) in main()535 else if ((crle.c_flags & CRLE_VERBOSE) && (flag == 1)) in main()571 else if (crle.c_flags & CRLE_VERBOSE) in main()590 else if (crle.c_flags & CRLE_VERBOSE) in main()
62 if (crle->c_flags & CRLE_VERBOSE) { in printcmd()830 (crle->c_flags & CRLE_VERBOSE)) in scanconfig()839 (crle->c_flags & CRLE_VERBOSE) && in scanconfig()926 (crle->c_flags & CRLE_VERBOSE)) { in scanconfig()939 if ((crle->c_flags & CRLE_VERBOSE) && in scanconfig()956 if ((crle->c_flags & CRLE_VERBOSE) == 0) in scanconfig()
135 if (crle->c_flags & CRLE_VERBOSE) in enteralt()250 if (crle->c_flags & CRLE_VERBOSE) { in _enterdir()434 if (crle->c_flags & CRLE_VERBOSE) in _enterfile()956 if (crle->c_flags & CRLE_VERBOSE) in inspect()
163 #define CRLE_VERBOSE 0x0010 /* verbose mode */ macro