Lines Matching refs:VERBOSE
100 if [ $VERBOSE -eq -1 ]; then
103 VERBOSE=$((VERBOSE + 1))
104 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
105 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2))
109 if [ $VERBOSE -ne 0 ]; then
112 VERBOSE=-1
200 VERBOSE=0
434 if [ $VERBOSE -eq -1 ]; then
438 elif [ $VERBOSE -ge 3 ]; then
440 elif [ $VERBOSE -eq 2 ]; then
450 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog