Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c150 bool notfound; /* file not found */ variable
721 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1)); in main()
Dgrep.h127 extern bool notfound;
Dutil.c218 notfound = true; in procfile()