Lines Matching full:then
7 if [ "$QUIET" = "n" ]; then
23 if [ "x$1" = "x--quiet" ]; then
26 elif [ "x$1" = "x-lib" ]; then
29 elif [ "x$1" = "x-O" ]; then
32 elif [ "x$1" = "x--debug" ]; then
35 elif [ "x$1" = "x--gdb" ]; then
39 elif [ "x$1" = "x--invoke-with" ]; then
41 if [ "x$INVOKE_WITH" = "x" ]; then
47 elif [ "x$1" = "x--dev" ]; then
50 elif [ "x$1" = "x--interpreter" ]; then
53 elif [ "x$1" = "x--no-verify" ]; then
56 elif [ "x$1" = "x--no-optimize" ]; then
59 elif [ "x$1" = "x--" ]; then
62 elif expr "x$1" : "x--" >/dev/null 2>&1; then
76 if [ "$DEV_MODE" = "y" ]; then
89 if [ "$DEBUGGER" = "y" ]; then
96 if [ "$GDB" = "y" ]; then
103 if [ "$INTERPRETER" = "y" ]; then