Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pgrep/
H A Dpsexp.h43 #define PSEXP_EXACT 0x2 /* Match must be exact (entire string) */ macro
H A Dpsexp.c148 if ((flags & PSEXP_EXACT) && in psexp_match()
H A Dpgrep.c292 flags |= PSEXP_EXACT; in scan_proc_dir()