Lines Matching refs:VERBOSE
95 if [ $VERBOSE -eq -1 ]; then
98 VERBOSE=$((VERBOSE + 1))
99 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
100 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2))
104 if [ $VERBOSE -ne 0 ]; then
107 VERBOSE=-1
190 VERBOSE=0
384 if [ $VERBOSE -eq -1 ]; then
388 elif [ $VERBOSE -ge 3 ]; then
390 elif [ $VERBOSE -eq 2 ]; then
400 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog