Lines Matching full:then
23 if expr "x${newProg}" : 'x/' >/dev/null; then
54 if [ "x$1" = "x--host" ]; then
57 elif [ "x$1" = "x--reference" ]; then
60 elif [ "x$1" = "x--jit" ]; then
63 elif [ "x$1" = "x--fast" ]; then
66 elif [ "x$1" = "x--portable" ]; then
69 elif [ "x$1" = "x--debug" ]; then
72 elif [ "x$1" = "x--gdb" ]; then
76 elif [ "x$1" = "x--zygote" ]; then
79 elif [ "x$1" = "x--no-verify" ]; then
82 elif [ "x$1" = "x--no-optimize" ]; then
85 elif [ "x$1" = "x--no-precise" ]; then
88 elif [ "x$1" = "x--valgrind" ]; then
91 elif [ "x$1" = "x--dev" ]; then
95 elif [ "x$1" = "x--update" ]; then
98 elif [ "x$1" = "x--help" ]; then
101 elif expr "x$1" : "x--" >/dev/null 2>&1; then
110 if [ "$dev_mode" = "yes" -a "$update_mode" = "yes" ]; then
115 if [ "$usage" = "no" ]; then
116 if [ "x$1" = "x" -o "x$1" = "x-" ]; then
122 if [ '!' -d "$test_dir" ]; then
124 if [ '!' -d "$td2" ]; then
136 if [ "$usage" = "yes" ]; then
158 "If used, then the"
175 if [ '!' '(' -r "$td_info" -a -r "$td_expected" ')' ]; then
188 if [ '!' -r "$build" ]; then
192 if [ '!' -r "$run" ]; then
200 if [ "$dev_mode" = "yes" ]; then
206 elif [ "$update_mode" = "yes" ]; then
209 if [ "$build_exit" = '0' ]; then
220 if [ "$build_exit" = '0' ]; then
227 if [ "$?" = "0" ]; then
234 if [ "$good" = "yes" ]; then
241 if [ "$update_mode" '!=' "yes" ]; then