Home | History | Annotate | Download | only in etc

Lines Matching full:then

18     if [ "$QUIET" = "n" ]; then
32 if [ "x$1" = "x--quiet" ]; then
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
73 if [ "x$INTERP" = "x" ]; then
78 if [ "$OPTIMIZE" = "y" ]; then
79 if [ "$VERIFY" = "y" ]; then
90 if [ "$VERIFY" = "y" ]; then
100 if [ "$QUIET" = "n" ]; then
108 if [ "$DEBUG" = "y" ]; then
112 if [ "$PRECISE" = "y" ]; then
120 if [ "$DEV_MODE" = "y" ]; then