Searched refs:OPTOFS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dgetoptx.bash77 # OPTOFS -- If a parameter number $OPTIND containg an option parsed
78 # does not contain any more options, OPTOFS is unset;
79 # otherwise, OPTOFS is set to such a number of "?" signs
82 # You might not set variables OPTIND and OPTOFS yourself
85 # and unset OPTOFS each time you want to parse a new parameters
141 o="-${1#-$OPTOFS}"
179 unset OPTOFS
195 OPTOFS="$OPTOFS?" # move to the next option in the chain
199 unset OPTOFS
[all...]

Completed in 111 milliseconds