Lines Matching refs:F

1934 	new_mode=`get_file_mode $CWS/$DIR/$F`
1946 rm -rf $newdir/$DIR/$F
1947 if [[ -e $CWS/$DIR/$F ]]; then
1948 cp $CWS/$DIR/$F $newdir/$DIR/$F
1950 chmod $new_mode $newdir/$DIR/$F
1953 print -u2 "ERROR: set mode of $newdir/$DIR/$F"
2028 file="$F"
2030 file="$DIR/$F"
2034 if [[ -e $CWS/$DIR/$F ]]; then
2035 cp $CWS/$DIR/$F $newdir/$DIR/$F
2036 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2047 rm -f $newdir/$DIR/$F
2048 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2054 svn status $CWS/$DIR/$F | read stat file
2056 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2069 rm -f $newdir/$DIR/$F
2070 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2089 typeset F=$7
2107 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" || \
3077 nfile=new/$DIR/$F
3101 rm -f $WDIR/$DIR/$F.patch
3105 > $WDIR/$DIR/$F.patch
3108 > $WDIR/$DIR/$F.patch
3110 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3114 > $WDIR/$DIR/$F.patch
3117 >> $WDIR/$DIR/$F.patch
3124 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
3128 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3129 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
3130 > $WDIR/$DIR/$F.cdiff.html
3133 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3134 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
3135 > $WDIR/$DIR/$F.udiff.html
3140 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3141 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
3149 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3150 > $WDIR/$DIR/$F.sdiff.html
3154 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
3155 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3158 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3161 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3164 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3184 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3185 diff_to_html $F $DIR/$F "C" "$COMM" < \
3186 $WDIR/$DIR/$F.man.cdiff > \
3187 $WDIR/$DIR/$F.man.cdiff.html
3190 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
3191 diff_to_html $F $DIR/$F "U" "$COMM" < \
3192 $WDIR/$DIR/$F.man.udiff > \
3193 $WDIR/$DIR/$F.man.udiff.html
3196 $WDIFF -c "$COMM" -t "$WNAME Wdiff $DIR/$F" \
3198 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
3205 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3206 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
3211 rm -f $WDIR/$DIR/$F.man.cdiff $WDIR/$DIR/$F.man.udiff
3240 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html
3245 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3392 F=$WDIR/$P
3398 if [[ -f $F.cdiff.html ]]; then
3405 if [[ -f $F.wdiff.html && -x $WDIFF ]]; then
3421 if [[ -f $F-.html ]]; then
3430 if [[ -f $F.html ]]; then
3437 if [[ -f $F.patch ]]; then
3469 if [[ -f $F-.html && ! -f $F.html ]]; then
3483 if [[ -f $F.man.cdiff.html || \
3489 if [[ -f $F.man.cdiff.html ]]; then
3496 if [[ -f $F.man.wdiff.html && -x $WDIFF ]]; then
3532 if [[ -f $F.count ]]; then
3533 cat $F.count
3534 rm $F.count