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

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dgetoptx.bash11 #optlistex (the file getopt.sh with its detailed description is listed
90 # option list can be converted to getoptex-style using a function optlistex
109 # FUNCTION optlistex
110 # Usage new_style_optlist=`optlistex OLD_STYLE_OPTLIST`
120 # which will define functions getopt, getoptex, and optlistex
213 function optlistex function
235 local optlist=`optlistex "$1"`

Completed in 69 milliseconds