Lines Matching refs:DIR

921 #    $WDIR/DIR/$TNAME.lhs.html
922 # $WDIR/DIR/$TNAME.rhs.html
923 # $WDIR/DIR/$TNAME.frames.html
925 # NOTE: We rely on standard usage of $WDIR and $DIR.
940 print "$HTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.lhs.html
942 cat >> $WDIR/$DIR/$TNAME.lhs.html <<-EOF
950 cp $WDIR/$DIR/$TNAME.lhs.html $WDIR/$DIR/$TNAME.rhs.html
952 insert_anchors $lhsfile >> $WDIR/$DIR/$TNAME.lhs.html
953 insert_anchors $rhsfile >> $WDIR/$DIR/$TNAME.rhs.html
957 print $close >> $WDIR/$DIR/$TNAME.lhs.html
958 print $close >> $WDIR/$DIR/$TNAME.rhs.html
960 print "$FRAMEHTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.frames.html
962 "$TPATH/$TNAME</title> </head>" >> $WDIR/$DIR/$TNAME.frames.html
963 cat >> $WDIR/$DIR/$TNAME.frames.html <<-EOF
1911 if [[ "$DIR" == "." ]]; then
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
1972 typeset DIR=$6
1979 mkdir -p $newdir/$DIR
1989 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
2764 DIR=${P%/*}
2765 if [[ $DIR == $P ]]; then
2766 DIR="." # File at root of workspace
2772 DIR=${P%/*}
2773 if [[ "$DIR" == "$P" ]]; then
2774 DIR="." # File at root of workspace
2780 PDIR=$DIR
2789 mkdir -p $WDIR/$DIR
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
2907 print "$MANCSS" > $WDIR/raw_files/new/$DIR/man.css
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
3114 DIR=${P%/*}
3115 if [[ $DIR == $P ]]; then
3116 DIR="." # File at root of workspace