Lines Matching refs:F
558 -e "s|?|%3F|g" -e "s|#|%23|g" -e "s|\[|%5B|g" \
1731 open(F, "git diff -M --name-status $branch |");
1732 while (<F>) {
1746 close(F);
1749 open(F, "git whatchanged --pretty=format:%B $branch.. |");
1750 while (<F>) {
1766 close(F);
1912 file="$F"
1914 file="$DIR/$F"
1918 if [[ -e $CWS/$DIR/$F ]]; then
1919 cp $CWS/$DIR/$F $newdir/$DIR/$F
1920 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
1931 rm -f $newdir/$DIR/$F
1932 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
1938 svn status $CWS/$DIR/$F | read stat file
1940 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
1953 rm -f $newdir/$DIR/$F
1954 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
1973 typeset F=$7
1989 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
2769 F=${P##*/}
2777 F=${P##*/}
2781 PF=$F
2797 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
2808 nfile=new/$DIR/$F
2832 rm -f $WDIR/$DIR/$F.patch
2836 > $WDIR/$DIR/$F.patch
2839 > $WDIR/$DIR/$F.patch
2841 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
2845 > $WDIR/$DIR/$F.patch
2848 >> $WDIR/$DIR/$F.patch
2855 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
2859 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
2860 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
2861 > $WDIR/$DIR/$F.cdiff.html
2864 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
2865 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
2866 > $WDIR/$DIR/$F.udiff.html
2871 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
2872 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
2880 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
2881 > $WDIR/$DIR/$F.sdiff.html
2885 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
2886 difflines $ofile $nfile > $WDIR/$DIR/$F.count
2889 difflines $ofile $nfile > $WDIR/$DIR/$F.count
2892 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
2895 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
2915 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
2916 diff_to_html $F $DIR/$F "C" "$COMM" < \
2917 $WDIR/$DIR/$F.man.cdiff > \
2918 $WDIR/$DIR/$F.man.cdiff.html
2921 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
2922 diff_to_html $F $DIR/$F "U" "$COMM" < \
2923 $WDIR/$DIR/$F.man.udiff > \
2924 $WDIR/$DIR/$F.man.udiff.html
2927 $WDIFF -c "$COMM" -t "$WNAME Wdiff $DIR/$F" \
2929 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
2936 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
2937 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
2942 rm -f $WDIR/$DIR/$F.man.cdiff $WDIR/$DIR/$F.man.udiff
2971 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html
2976 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3123 F=$WDIR/$P
3129 if [[ -f $F.cdiff.html ]]; then
3136 if [[ -f $F.wdiff.html && -x $WDIFF ]]; then
3152 if [[ -f $F-.html ]]; then
3161 if [[ -f $F.html ]]; then
3168 if [[ -f $F.patch ]]; then
3200 if [[ -f $F-.html && ! -f $F.html ]]; then
3214 if [[ -f $F.man.cdiff.html || \
3220 if [[ -f $F.man.cdiff.html ]]; then
3227 if [[ -f $F.man.wdiff.html && -x $WDIFF ]]; then
3263 if [[ -f $F.count ]]; then
3264 cat $F.count
3265 rm $F.count