Lines Matching refs:bc
20 bc=bc
24 bc="$dir/bc"
25 if [ ! -f "$bc" ]; then # '-x' is not available on Ultrix
26 bc=''
30 if [ ! "$bc" = '' ]; then
35 "$bc" >tmp.bctest <<\EOF
57 "$bc" >tmp.bctest <<\EOF
93 if [ "OK" = "`echo 'print \"OK\"' | $bc 2>/dev/null`" ]
95 echo "$bc"
97 echo "sed 's/print.*//' | $bc"
102 echo "$bc does not work properly ('$failure' failed). Looking for another bc ..." >&2