Lines Matching refs:ARGS
6 ARGS=
18 $ARGS
32 $DBG ./alsaloop -d --config $CFGFILE $ARGS
52 $DBG ./alsaloop --config $CFGFILE $ARGS
62 $ARGS
75 $DBG ./alsaloop --config $CFGFILE $ARGS
87 test1) shift; ARGS="$@"; test1 ;;
88 test2) shift; ARGS="$@"; test2 ;;
89 test3) shift; ARGS="$@"; test3 ;;
90 test4) shift; ARGS="$@"; test4 ;;
91 test5) shift; ARGS="$@"; test5 ;;
93 *) ARGS="$@"; test1 ;;