Lines Matching refs:opt
309 for opt in $OPTIONS; do
310 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"`
311 abstract=`option_get_attr $opt abstract`
312 default=`option_get_attr $opt default`
336 local opt optname otype value name fin funcname
354 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'`
355 if [ -n "$opt" ] ; then
362 opt=`expr -- "$1" : '^\(--.*\)$'`
363 if [ -n "$opt" ] ; then
370 opt=`expr -- "$1" : '^\(-[A-Za-z0-9]\)..*$'`
371 if [ -n "$opt" ] ; then
378 opt=`expr -- "$1" : '^\(-.\)$'`
379 if [ -n "$opt" ] ; then
391 name=`dashes_to_underscores $opt`
405 option_panic_no_args $opt
409 option_panic_missing_arg $opt
415 option_panic_no_args $opt
418 option_panic_missing_arg $opt
427 echo "ERROR: Unknown option '$opt'. See --help for usage."