Home | History | Annotate | Download | only in etc

Lines Matching full:elif

27     elif [ "x$1" = "x-lib" ]; then
30 elif [ "x$1" = "x-O" ]; then
33 elif [ "x$1" = "x--debug" ]; then
36 elif [ "x$1" = "x--gdb" ]; then
40 elif [ "x$1" = "x--zygote" ]; then
44 elif [ "x$1" = "x--dev" ]; then
47 elif [ "x$1" = "x--interpreter" ]; then
50 elif [ "x$1" = "x--invoke-with" ]; then
58 elif [ "x$1" = "x--no-verify" ]; then
61 elif [ "x$1" = "x--no-optimize" ]; then
64 elif [ "x$1" = "x--" ]; then
67 elif expr "x$1" : "x--" >/dev/null 2>&1; then