Lines Matching refs:TNAME
1013 TNAME=$3
1192 print "<title>$WNAME Sdiff $TPATH/$TNAME</title>"
1209 framed_sdiff $TNAME $TPATH /tmp/$$.file1.html /tmp/$$.file2.html \
1229 typeset TNAME=$1
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
1266 <frame src="$TNAME.lhs.html" scrolling="auto" name="lhs"></frame>
1267 <frame src="$TNAME.rhs.html" scrolling="auto" name="rhs"></frame>