Home
last modified time | relevance | path

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

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