Lines Matching full:optc
78 optc=`echo "$line" | sed 's/^[<>]\(.\).*$/\1/'`
79 test x"$optc" = x'|' && return
80 optclo=`echo "$optc" | tr $allu $alll`
81 if test x"$optc" = x"$optclo"; then
169 case $optc in
170 '|') optc=0 ;;
171 *) optc=\'$optc\' ;;
176 o_gen=$o_gen$nl"$line, $optc)"
182 3:) genopt_die Expected optc sym at EOF ;;