Lines Matching refs:WDIR

549 	typeset src_dir=$WDIR
680 $WDIR $dst 2>${scp_err_msg}
683 print "src dir: '$WDIR'\ndst dir: '$dst'"
792 if [[ ! -d "$WDIR" ]]; then
793 print "\nERROR: webrev directory '$WDIR' does not exist"
803 $FIND $WDIR -type d -name closed \
806 print "\nERROR: directory '$WDIR' contains" \
1237 RTOP=$(relative_dir $TPATH $WDIR)
1240 print "$HTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.lhs.html
1242 cat >> $WDIR/$DIR/$TNAME.lhs.html <<-EOF
1250 cp $WDIR/$DIR/$TNAME.lhs.html $WDIR/$DIR/$TNAME.rhs.html
1252 insert_anchors $lhsfile >> $WDIR/$DIR/$TNAME.lhs.html
1253 insert_anchors $rhsfile >> $WDIR/$DIR/$TNAME.rhs.html
1257 print $close >> $WDIR/$DIR/$TNAME.lhs.html
1258 print $close >> $WDIR/$DIR/$TNAME.rhs.html
1260 print "$FRAMEHTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.frames.html
1262 "$TPATH/$TNAME</title> </head>" >> $WDIR/$DIR/$TNAME.frames.html
1263 cat >> $WDIR/$DIR/$TNAME.frames.html <<-EOF
2217 typeset WDIR=$1
2225 typeset olddir="$WDIR/raw_files/old"
2226 typeset newdir="$WDIR/raw_files/new"
2389 WDIR=${OPTARG%/};;
2880 WDIR=${WDIR:-$CWS/webrev}
2887 WNAME=${WDIR##*/}
2962 WDIR=$PWD/$WDIR
2965 if [[ ! -d $WDIR ]]; then
2966 mkdir -p $WDIR
2981 print " Output to: $WDIR"
2986 [[ ! $FLIST -ef $WDIR/file.list ]] && cp $FLIST $WDIR/file.list
2988 rm -f $WDIR/$WNAME.patch
2990 touch $WDIR/$WNAME.patch
3058 mkdir -p $WDIR/$DIR
3066 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3075 cd $WDIR/raw_files
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
3155 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
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
3190 print "$MANCSS" > $WDIR/raw_files/new/$DIR/man.css
3198 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3200 $WDIR/$DIR/$F.man.cdiff > \
3201 $WDIR/$DIR/$F.man.cdiff.html
3204 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
3206 $WDIR/$DIR/$F.man.udiff > \
3207 $WDIR/$DIR/$F.man.udiff.html
3212 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
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
3243 frame_nav_js > $WDIR/ancnav.js
3244 frame_navigation > $WDIR/ancnav.html
3250 $FIND $WDIR -type d -name closed -exec /bin/rm -rf {} \;
3259 print "$TOTL" > $WDIR/TotalChangedLines
3262 INDEXFILE=$WDIR/index.html
3321 if [[ -f $WDIR/$WNAME.patch ]]; then
3352 cmp $WDIR/raw_files/old/$PP $WDIR/raw_files/new/$P > /dev/null 2>&1
3366 F=$WDIR/$P
3418 if [[ -f $WDIR/raw_files/new/$P ]]; then
3458 -f $WDIR/raw_files/new/$P.man.txt.html ]]; then
3484 if [[ -f $WDIR/raw_files/new/$P.man.txt.html ]]; then
3517 if [[ -f $WDIR/raw_files/old/$PP ]]; then
3518 old_mode=$(get_file_mode $WDIR/raw_files/old/$PP)
3522 if [[ -f $WDIR/raw_files/new/$P ]]; then
3523 new_mode=$(get_file_mode $WDIR/raw_files/new/$P)