Searched defs:notfound (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dgrep.c164 int notfound; /* some input file not found */ member in struct:State_s
853 state.notfound = 1;
882 state.notfound = 1;
914 return (state.notfound && !state.query) ? 2 : !state.any;
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c188 int notfound; /* some input file not found */ member in struct:State_s
928 state.notfound = 1;
955 r = (state.notfound && !state.query) ? 2 : !state.any;

Completed in 14 milliseconds