Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.h40 #define PSEXP_PSARGS 0x1 /* Match against psargs rather than fname */ macro
H A Dpsexp.c140 s = (flags & PSEXP_PSARGS) ? in psexp_match()
H A Dpgrep.c289 flags |= PSEXP_PSARGS; in scan_proc_dir()