Lines Matching refs:opt
726 opt="$1"
729 case $opt in
732 --debug) preserve_args="$preserve_args $opt"
738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
747 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
760 *) func_error "invalid argument for $opt"
773 --quiet|--silent) preserve_args="$preserve_args $opt"
777 --verbose| -v) preserve_args="$preserve_args $opt"
781 --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
782 preserve_args="$preserve_args $opt $1"
789 func_opt_split "$opt"
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
800 *) nonopt="$opt"