Searched refs:ef (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dopaque.sh58 then [[ $i -ef .../... ]] || print -u2 "$command: $i: file exists"
63 [[ $dir -ef . ]] || cd "$dir" || err_exit "$dir: cd failed"
94 [[ $dir -ef . ]] || cd ~- || err_exit "$OLDPWD: cannot restore directory"
H A D3d.sh175 test . -ef "$PWD" || PWD=`pwd`
/ast/src/cmd/mailx/
H A Dmain.c232 char* ef; local
263 ef = 0;
350 if (!(ef = opt_info.arg))
351 ef = "&";
363 ef = argv[optind++];
365 ef = "&";
470 if (state.mode == SEND && ef)
504 if (!ef)
505 ef = "%";
506 if (setfolder(ef) <
[all...]
/ast/src/cmd/ksh93/tests/
H A Dtilde.sh79 then [[ ~$u -ef $h ]] || err_exit "~$u not $h"
81 [[ $x -ef $h ]] || x="~$u not $h"
H A Dbracket.sh110 [[ . -ef $(pwd) ]] || err_exit ". is not $PWD"
H A Dvariables.sh62 if [[ ! $PWD -ef . ]]
/ast/src/cmd/INIT/
H A Dexecrate.sh143 do if test "$f" -ef "$f".exe
157 *) if test "$f" -ef "$f".exe
H A Dmktest.sh304 [[ ${DATA[-]} || /dev/fd/0 -ef /dev/fd/$stdin ]] || cat > $TEMP.in

Completed in 79 milliseconds