Lines Matching refs:exe
20 : wrapper for .exe challenged win32 systems/commands
33 [+NAME?execrate - wrapper for .exe challenged commands]
35 operands for standard semantics with respect to \bwin32\b \b.exe\b
37 systems that inconsistently handle \b.exe\b across library and
44 is \b.exe\b challenged, 1 if the current system is normal.]
83 0) if test ! -x /bin/cat.exe
116 do if test -x $d/$1 -o -x $d/$1.exe
143 do if test "$f" -ef "$f".exe
144 then f=$f.exe
156 *.exe) ;;
157 *) if test "$f" -ef "$f".exe
158 then f=$f.exe
163 *.exe) if test -d "$2"
173 *) $CMD "$f" "$t".exe; exit ;;