Lines Matching refs:ofile
3076 ofile=old/$PDIR/$PF
3080 cmp $ofile $nfile > /dev/null 2>&1
3103 if [ ! -f "$ofile" ]; then
3107 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
3110 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3113 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
3127 if [[ -f $ofile && -f $nfile && -z $mv_but_nodiff ]]; then
3128 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3133 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3140 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3149 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3155 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3156 elif [[ -f $ofile && -f $nfile && -n $mv_but_nodiff ]]; then
3158 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3162 elif [[ -f $ofile ]]; then
3164 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3181 if [[ -f "$ofile" && -z $mv_but_nodiff ]]; then
3182 $MANDOC -Tascii $ofile | $COL -b > $ofile.man.txt
3183 ${CDIFFCMD:-diff -bt -C 5} $ofile.man.txt \
3189 ${UDIFFCMD:-diff -bt -U 5} $ofile.man.txt \
3197 $ofile.man.txt $nfile.man.txt > \
3205 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3210 rm -f $ofile.man.txt $nfile.man.txt
3220 ocr=$ofile
3221 [[ ! -f $ofile ]] && ocr=/dev/null
3239 if [[ -f $ofile ]]; then
3240 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html