Home | History | Annotate | Download | only in dist2

Lines Matching refs:_G_opt

1592 #            -s*)         func_split_short_opt "$_G_opt"
1597 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1693 _G_opt=$1
1695 case $_G_opt in
1707 test $# = 0 && func_missing_arg $_G_opt && break
1738 --*=*) func_split_equals "$_G_opt"
1746 func_split_short_opt "$_G_opt"
1754 func_split_short_opt "$_G_opt"
1761 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1762 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2315 _G_opt=$1
2317 case $_G_opt in
2341 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2348 *) func_error "invalid argument for $_G_opt"
2358 func_append preserve_args " $_G_opt"
2363 func_append preserve_args " $_G_opt"
2368 func_append preserve_args " $_G_opt"
2374 func_append preserve_args " $_G_opt"
2377 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2379 func_append preserve_args " $_G_opt $1"
2386 func_append preserve_args " $_G_opt"
2390 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;