Lines Matching refs:F

2162 		file="$F"
2164 file="$DIR/$F"
2168 if [[ -e $CWS/$DIR/$F ]]; then
2169 cp $CWS/$DIR/$F $newdir/$DIR/$F
2170 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2181 rm -f $newdir/$DIR/$F
2182 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2188 svn status $CWS/$DIR/$F | read stat file
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2203 rm -f $newdir/$DIR/$F
2204 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2223 typeset F=$7
2239 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
3038 F=${P##*/}
3046 F=${P##*/}
3050 PF=$F
3066 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3088 nfile=new/$F
3090 nfile=new/$DIR/$F
3115 rm -f $WDIR/$DIR/$F.patch
3119 > $WDIR/$DIR/$F.patch
3122 > $WDIR/$DIR/$F.patch
3124 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3128 > $WDIR/$DIR/$F.patch
3131 >> $WDIR/$DIR/$F.patch
3138 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
3142 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3143 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
3144 > $WDIR/$DIR/$F.cdiff.html
3147 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3148 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
3149 > $WDIR/$DIR/$F.udiff.html
3154 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3155 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
3163 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3164 > $WDIR/$DIR/$F.sdiff.html
3168 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
3169 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3172 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3175 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3178 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3198 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3199 diff_to_html $F $DIR/$F "C" "$COMM" < \
3200 $WDIR/$DIR/$F.man.cdiff > \
3201 $WDIR/$DIR/$F.man.cdiff.html
3204 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
3205 diff_to_html $F $DIR/$F "U" "$COMM" < \
3206 $WDIR/$DIR/$F.man.udiff > \
3207 $WDIR/$DIR/$F.man.udiff.html
3210 $WDIFF -c "$COMM" -t "$WNAME Wdiff $DIR/$F" \
3212 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
3219 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3220 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
3225 rm -f $WDIR/$DIR/$F.man.cdiff $WDIR/$DIR/$F.man.udiff
3229 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html
3234 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3366 F=$WDIR/$P
3372 if [[ -f $F.cdiff.html ]]; then
3379 if [[ -f $F.wdiff.html && -x $WDIFF ]]; then
3395 if [[ -f $F-.html ]]; then
3404 if [[ -f $F.html ]]; then
3411 if [[ -f $F.patch ]]; then
3443 if [[ -f $F-.html && ! -f $F.html ]]; then
3457 if [[ -f $F.man.cdiff.html || \
3463 if [[ -f $F.man.cdiff.html ]]; then
3470 if [[ -f $F.man.wdiff.html && -x $WDIFF ]]; then
3506 if [[ -f $F.count ]]; then
3507 cat $F.count
3508 rm $F.count