Lines Matching refs:VERBOSE
69 if [ $VERBOSE -eq -1 ]; then
72 VERBOSE=$((VERBOSE + 1))
73 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
74 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2))
78 if [ $VERBOSE -ne 0 ]; then
81 VERBOSE=-1
158 VERBOSE=0
350 if [ $VERBOSE -eq -1 ]; then
354 elif [ $VERBOSE -ge 3 ]; then
356 elif [ $VERBOSE -eq 2 ]; then
366 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog