Lines Matching full:elif
35 elif [ "x$1" = "x--fast" ]; then
39 elif [ "x$1" = "x--jit" ]; then
43 elif [ "x$1" = "x--portable" ]; then
47 elif [ "x$1" = "x--debug" ]; then
50 elif [ "x$1" = "x--dev" ]; then
53 elif [ "x$1" = "x--no-verify" ]; then
56 elif [ "x$1" = "x--no-optimize" ]; then
59 elif [ "x$1" = "x--no-precise" ]; then
62 elif [ "x$1" = "x--" ]; then
65 elif expr "x$1" : "x--" >/dev/null 2>&1; then