Lines Matching refs:nfile
3077 nfile=new/$DIR/$F
3080 cmp $ofile $nfile > /dev/null 2>&1
3104 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
3106 elif [ ! -f "$nfile" ]; then
3110 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3116 diff -u /dev/null $nfile | sh -c "$cleanse_newfile" \
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
3159 elif [[ -f $nfile ]]; then
3161 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3171 if [[ -f "$nfile" && "$nfile" = *.+([0-9])*([a-zA-Z]) && \
3173 $MANDOC -Tascii $nfile | $COL -b > $nfile.man.txt
3174 source_to_html txt < $nfile.man.txt > $nfile.man.txt.html
3177 $MANDOC -Thtml -Ostyle=man.css $nfile > $nfile.man.html
3179 $MANDOC -Tascii $nfile > $nfile.man.raw
3184 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3190 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
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
3219 if [[ -f $nfile ]]; then
3227 -e $ocr $nfile \
3244 if [[ -f $nfile ]]; then
3245 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html