Lines Matching refs:_G_opt
1595 # -s*) func_split_short_opt "$_G_opt"
1600 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1696 _G_opt=$1
1698 case $_G_opt in
1710 test $# = 0 && func_missing_arg $_G_opt && break
1741 --*=*) func_split_equals "$_G_opt"
1749 func_split_short_opt "$_G_opt"
1757 func_split_short_opt "$_G_opt"
1764 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1765 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2318 _G_opt=$1
2320 case $_G_opt in
2344 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2351 *) func_error "invalid argument for $_G_opt"
2361 func_append preserve_args " $_G_opt"
2366 func_append preserve_args " $_G_opt"
2371 func_append preserve_args " $_G_opt"
2377 func_append preserve_args " $_G_opt"
2380 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2382 func_append preserve_args " $_G_opt $1"
2389 func_append preserve_args " $_G_opt"
2393 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;