Lines Matching refs:_G_opt
1639 # -s*) func_split_short_opt "$_G_opt"
1644 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1740 _G_opt=$1
1742 case $_G_opt in
1754 test $# = 0 && func_missing_arg $_G_opt && break
1785 --*=*) func_split_equals "$_G_opt"
1793 func_split_short_opt "$_G_opt"
1801 func_split_short_opt "$_G_opt"
1808 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1809 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2362 _G_opt=$1
2364 case $_G_opt in
2388 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2395 *) func_error "invalid argument for $_G_opt"
2405 func_append preserve_args " $_G_opt"
2410 func_append preserve_args " $_G_opt"
2415 func_append preserve_args " $_G_opt"
2421 func_append preserve_args " $_G_opt"
2424 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2426 func_append preserve_args " $_G_opt $1"
2433 func_append preserve_args " $_G_opt"
2437 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;