Home
last modified time | relevance | path

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

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