Lines Matching refs:opt
317 for opt in $OPTIONS; do
318 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"`
319 abstract=`option_get_attr $opt abstract`
320 default=`option_get_attr $opt default`
344 local opt optname otype value name fin funcname
362 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'`
363 if [ -n "$opt" ] ; then
370 opt=`expr -- "$1" : '^\(--.*\)$'`
371 if [ -n "$opt" ] ; then
378 opt=`expr -- "$1" : '^\(-[A-Za-z0-9]\)..*$'`
379 if [ -n "$opt" ] ; then
386 opt=`expr -- "$1" : '^\(-.\)$'`
387 if [ -n "$opt" ] ; then
399 name=`dashes_to_underscores $opt`
413 option_panic_no_args $opt
417 option_panic_missing_arg $opt
423 option_panic_no_args $opt
426 option_panic_missing_arg $opt
435 echo "ERROR: Unknown option '$opt'. See --help for usage."