Lines Matching refs:opt
733 opt="$1"
736 case $opt in
739 --debug) preserve_args="$preserve_args $opt"
745 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
754 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
767 *) func_error "invalid argument for $opt"
780 --quiet|--silent) preserve_args="$preserve_args $opt"
784 --verbose| -v) preserve_args="$preserve_args $opt"
788 --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
789 preserve_args="$preserve_args $opt $1"
796 func_opt_split "$opt"
805 -*) func_fatal_help "unrecognized option \`$opt'" ;;
807 *) nonopt="$opt"