Lines Matching refs:ofile
2807 ofile=old/$PDIR/$PF
2811 cmp $ofile $nfile > /dev/null 2>&1
2834 if [ ! -f "$ofile" ]; then
2838 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
2841 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
2844 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
2858 if [[ -f $ofile && -f $nfile && -z $mv_but_nodiff ]]; then
2859 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
2864 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
2871 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
2880 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
2886 difflines $ofile $nfile > $WDIR/$DIR/$F.count
2887 elif [[ -f $ofile && -f $nfile && -n $mv_but_nodiff ]]; then
2889 difflines $ofile $nfile > $WDIR/$DIR/$F.count
2893 elif [[ -f $ofile ]]; then
2895 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
2912 if [[ -f "$ofile" && -z $mv_but_nodiff ]]; then
2913 $MANDOC -Tascii $ofile | $COL -b > $ofile.man.txt
2914 ${CDIFFCMD:-diff -bt -C 5} $ofile.man.txt \
2920 ${UDIFFCMD:-diff -bt -U 5} $ofile.man.txt \
2928 $ofile.man.txt $nfile.man.txt > \
2936 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
2941 rm -f $ofile.man.txt $nfile.man.txt
2951 ocr=$ofile
2952 [[ ! -f $ofile ]] && ocr=/dev/null
2970 if [[ -f $ofile ]]; then
2971 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html