Searched refs:font1 (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/html/
H A Dmm2html.sh822 typeset font1 font2 op
834 .B*) font1=STRONG ;;
835 .L*) font1=TT ;;
836 *) font1=EM ;;
839 man) set -A text -- "<NOBR><A href=\"../man$z/$1.html\"><$font1>$1</$font1></A>$y$x</NOBR>" ;;
840 *) set -A text -- "<NOBR><A href=\"${html.man:=../man}/man$z/$1.html\"><$font1>$1</$font1></A>$y$x</NOBR>" ;;
869 font1=${op#.}
870 case $font1 i
[all...]
H A Dmm2bb.sh602 typeset font1 font2 op
615 .B*) font1='\b{' ;;
616 .L*) font1='\'$tt ;;
617 *) font1='\i{' ;;
620 man) set -A text -- "\\newurl{../man$n/$1.html,$font1$1}}$y$x" ;;
621 *) set -A text -- "\\newurl{${html.man:=../man}/man$n/$1.html,$font1$1}$y$x" ;;
625 .B*) font1=b ;;
626 .L*) font1=$tt ;;
627 *) font1=i ;;
630 man) set -A text -- "[url=../man$n/$1.html][$font1]
[all...]
H A Dmm2twiki.sh586 typeset font1 font2 op
597 .B*) font1=b ;;
598 .L*) font1=$tt ;;
599 *) font1=i ;;
633 font1=${op#.}
634 case $font1 in
637 *) font2=${font1#?}
638 font1=${font1%?}
641 case $font1 i
[all...]
/ast/src/lib/libtk/library/demos/
H A Ditems.tcl52 set font1 -Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*
119 $c create text 22.5c 9c -anchor n -font $font1 -width 4c \
122 $c create text 25.5c 11c -anchor w -font $font1 -fill $blue \

Completed in 10 milliseconds