Home | History | Annotate | Download | only in etc

Lines Matching full:elif

36     elif [ "x$1" = "x--jit" ]; then
40 elif [ "x$1" = "x--fast" ]; then
44 elif [ "x$1" = "x--portable" ]; then
48 elif [ "x$1" = "x--debug" ]; then
51 elif [ "x$1" = "x--gdb" ]; then
54 elif [ "x$1" = "x--valgrind" ]; then
57 elif [ "x$1" = "x--dev" ]; then
60 elif [ "x$1" = "x--no-verify" ]; then
63 elif [ "x$1" = "x--no-optimize" ]; then
66 elif [ "x$1" = "x--no-precise" ]; then
69 elif [ "x$1" = "x--" ]; then
72 elif expr "x$1" : "x--" >/dev/null 2>&1; then