Lines Matching refs:TNAME
713 TNAME=$3
892 print "<title>$WNAME Sdiff $TPATH/$TNAME</title>"
909 framed_sdiff $TNAME $TPATH /tmp/$$.file1.html /tmp/$$.file2.html \
921 # $WDIR/DIR/$TNAME.lhs.html
922 # $WDIR/DIR/$TNAME.rhs.html
923 # $WDIR/DIR/$TNAME.frames.html
929 typeset TNAME=$1
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
966 <frame src="$TNAME.lhs.html" scrolling="auto" name="lhs"></frame>
967 <frame src="$TNAME.rhs.html" scrolling="auto" name="rhs"></frame>
1428 TNAME=$1
1481 TNAME=$2
1484 print "<title>$WNAME $WHICH $TNAME</title>"