Lines Matching full:elif
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
206 elif [ "$update_mode" = "yes" ]; then