Lines Matching refs:optval
79 optval="${opt#*=}"
80 [ -n "${optval}" ] ||
82 echo "${indent}${opt%%=*}=\"${optval}\""
186 optval="${opt#*=}"
190 --target=*) target="${optval}"
192 --out=*) outfile="$optval"
194 --name=*) name="${optval}"
196 --proj-guid=*) guid="${optval}"
199 link_opts="${link_opts} ModuleDefinitionFile=${optval}"
207 --ver=*) vs_ver="$optval"
208 case $optval in