Lines Matching refs:VERBOSE
16 VERBOSE=0
524 if [ "$VERBOSE" = "1" ]; then
530 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
941 if [ "$VERBOSE" = "1" ]; then
948 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
952 [ "$VERBOSE" = "1" ] && echo
966 if [ "$VERBOSE" = "1" ]; then
979 if [ "${VERBOSE}" = "1" ]; then
998 if [ "$VERBOSE" = "1" ]; then
1055 [ "${VERBOSE}" = "1" ] && set -x
1487 if [ "$VERBOSE" = "1" ]; then
2661 [ "$VERBOSE" = "1" ] && echo "multipath: syns seen: ($syn0,$syn1)"
2743 v) VERBOSE=$(($VERBOSE + 1));;