Home | History | Annotate | Download | only in etc

Lines Matching full:then

19     if [ "$QUIET" = "n" ]; then
33 if [ "x$1" = "x--quiet" ]; then
36 elif [ "x$1" = "x--fast" ]; then
40 elif [ "x$1" = "x--jit" ]; then
44 elif [ "x$1" = "x--portable" ]; then
48 elif [ "x$1" = "x--debug" ]; then
51 elif [ "x$1" = "x--zygote" ]; then
55 elif [ "x$1" = "x--dev" ]; then
58 elif [ "x$1" = "x--no-verify" ]; then
61 elif [ "x$1" = "x--no-optimize" ]; then
64 elif [ "x$1" = "x--no-precise" ]; then
67 elif [ "x$1" = "x--" ]; then
70 elif expr "x$1" : "x--" >/dev/null 2>&1; then
78 if [ "$ZYGOTE" = "n" ]; then
79 if [ "x$INTERP" = "x" ]; then
84 if [ "$OPTIMIZE" = "y" ]; then
85 if [ "$VERIFY" = "y" ]; then
96 if [ "$VERIFY" = "y" ]; then
107 if [ "$QUIET" = "n" ]; then
115 if [ "$DEBUG" = "y" ]; then
119 if [ "$PRECISE" = "y" ]; then
125 if [ "$ZYGOTE" = "y" ]; then