Home | History | Annotate | Download | only in src

Lines Matching full:optc

68 	optc=`echo "$line" | sed 's/^[<>]\(.\).*$/\1/'`
69 test x"$optc" = x'|' && return
70 optclo=`echo "$optc" | tr $allu $alll`
71 if test x"$optc" = x"$optclo"; then
155 case $optc in
156 '|') optc=0 ;;
157 *) optc=\'$optc\' ;;
162 o_gen=$o_gen$nl"$line, $optc)"
168 3:) genopt_die Expected optc sym at EOF ;;