Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c74 #define F_KILL 0x0040 /* Pkill semantics active (vs pgrep) */ macro
586 if (g_flags & F_KILL) in print_usage()
623 g_flags |= F_KILL; in main()
701 if (g_flags & F_KILL) in main()