Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pgrep/
H A Dpgrep.h38 #define E_MATCH 0 /* Exit status for match */ macro
H A Dpgrep.c714 return (nmatches ? E_MATCH : E_NOMATCH); in main()