Lines Matching refs:ofile
3083 ofile=old/$PF
3085 ofile=old/$PDIR/$PF
3094 cmp $ofile $nfile > /dev/null 2>&1
3117 if [ ! -f "$ofile" ]; then
3121 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
3124 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3127 diff -u $ofile /dev/null | sh -c "$cleanse_rmfile" \
3141 if [[ -f $ofile && -f $nfile && -z $mv_but_nodiff ]]; then
3142 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3147 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3154 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3163 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3169 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3170 elif [[ -f $ofile && -f $nfile && -n $mv_but_nodiff ]]; then
3172 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3176 elif [[ -f $ofile ]]; then
3178 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3195 if [[ -f "$ofile" && -z $mv_but_nodiff ]]; then
3196 $MANDOC -Tascii $ofile | $COL -b > $ofile.man.txt
3197 ${CDIFFCMD:-diff -bt -C 5} $ofile.man.txt \
3203 ${UDIFFCMD:-diff -bt -U 5} $ofile.man.txt \
3211 $ofile.man.txt $nfile.man.txt > \
3219 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3224 rm -f $ofile.man.txt $nfile.man.txt
3228 if [[ -f $ofile ]]; then
3229 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html