Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c73 #define F_OUTPUT 0x0020 /* Some output has been printed */ macro
178 if (g_flags & F_OUTPUT) in print_proc()
182 g_flags |= F_OUTPUT; in print_proc()
229 if (g_flags & F_OUTPUT) in print_proc_long()
233 g_flags |= F_OUTPUT; in print_proc_long()
710 if (g_flags & F_OUTPUT) in main()