Searched refs:OPT_TTY (Results 1 – 2 of 2) sorted by relevance
384 if (opts.o_outpmode & OPT_TTY) in list_print()480 if (opts.o_outpmode & OPT_TTY) in list_print()537 if (opts.o_outpmode & OPT_TTY) in list_print()571 if (opts.o_outpmode & OPT_TTY) in list_print()586 if (opts.o_outpmode & OPT_TTY) in list_print()607 if (opts.o_outpmode & OPT_TTY) in list_print()618 if (opts.o_outpmode & OPT_TTY) in list_print()1555 opts.o_outpmode |= OPT_TTY; /* interactive */ in main()1556 if (!(opts.o_outpmode & OPT_TTY)) { in main()1580 if (opts.o_outpmode & OPT_TTY) { in main()[all …]
67 #define OPT_TTY 0x0100 /* report results to tty or file */ macro