Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c68 #define F_LONG_FMT 0x0001 /* Match against long format cmd */ macro
133 { OPT_SETB, F_LONG_FMT, 0, &g_flags }, /* -f */
224 if (g_flags & F_LONG_FMT) in print_proc_long()
288 if (g_flags & F_LONG_FMT) in scan_proc_dir()