Lines Matching refs:nfile
2808 nfile=new/$DIR/$F
2811 cmp $ofile $nfile > /dev/null 2>&1
2835 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
2837 elif [ ! -f "$nfile" ]; then
2841 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
2847 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
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
2890 elif [[ -f $nfile ]]; then
2892 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
2902 if [[ -f "$nfile" && "$nfile" = *.+([0-9])*([a-zA-Z]) && \
2904 $MANDOC -Tascii $nfile | $COL -b > $nfile.man.txt
2905 source_to_html txt < $nfile.man.txt > $nfile.man.txt.html
2908 $MANDOC -Thtml -Ostyle=man.css $nfile > $nfile.man.html
2910 $MANDOC -Tascii $nfile > $nfile.man.raw
2915 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
2921 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
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
2950 if [[ -f $nfile ]]; then
2958 -e $ocr $nfile \
2975 if [[ -f $nfile ]]; then
2976 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html