Lines Matching refs:nfile
3088 nfile=new/$F
3090 nfile=new/$DIR/$F
3094 cmp $ofile $nfile > /dev/null 2>&1
3118 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
3120 elif [ ! -f "$nfile" ]; then
3124 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3130 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
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
3173 elif [[ -f $nfile ]]; then
3175 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3185 if [[ -f "$nfile" && "$nfile" == *.+([0-9])*([a-zA-Z]) && \
3187 $MANDOC -Tascii $nfile | $COL -b > $nfile.man.txt
3188 source_to_html txt < $nfile.man.txt > $nfile.man.txt.html
3191 $MANDOC -Thtml -Ostyle=man.css $nfile > $nfile.man.html
3193 $MANDOC -Tascii $nfile > $nfile.man.raw
3198 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3204 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
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
3233 if [[ -f $nfile ]]; then
3234 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html