Searched refs:notfound (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dpath.sh124 do if ! whence notfound$i 2> /dev/null
125 then cmd=notfound$i
131 print 'print notfound' > $cmd
182 got=$($SHELL -c "unset FPATH; PATH=/dev/null; whence ./notfound" 2>&1)
184 got=$($SHELL -c "unset FPATH; PATH=/dev/null; whence $PWD/notfound" 2>&1)
205 got=$(whence ./notfound)
207 got=$(whence $PWD/notfound)
H A Dsubshell.sh101 TEST_notfound=notfound
103 do TEST_notfound=notfound-$RANDOM
/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;
/ast/src/cmd/nmake/
H A DMakerules.mk326 .INSTRUMENT.notfound : .FUNCTION
4035 instrument.root = $(.INSTRUMENT.notfound)

Completed in 36 milliseconds