/ast/src/cmd/html/ |
H A D | mm2twiki.sh | 94 font= 626 case $font in 629 ?*) data="$font" 630 font= 653 font=$font2 658 case $font in 659 $font2) font=$font1 ;; 660 *) font=$font2 ;; 665 case $font in 667 *) data="$data$font [all...] |
H A D | mm2bb.sh | 95 font= 149 tt='font{courier new\,courier,' 655 case $font in 660 else data="[/$font]" 662 font= 685 font=$font2 690 case $font in 691 $font2) font=$font1 ;; 692 *) font=$font2 ;; 699 case $font i [all...] |
H A D | mm2html.sh | 198 font= 862 case $font in 865 ?*) data="</$font>" 866 font= 889 font=$font2 894 case $font in 895 $font2) font=$font1 ;; 896 *) font=$font2 ;; 901 case $font in 903 *) data="$data<$font> [all...] |
H A D | troff2html.h | 148 Value_t ft; /* font index */ 152 Value_t ps; /* font size */ 216 char* font[6]; /* font index to name map */ member in struct:State_s
|
/ast/src/lib/libtk/generic/ |
H A D | tkGC.c | 199 valueKey.values.font = valuePtr->font; 201 valueKey.values.font = None;
|
H A D | tkMenubutton.c | 85 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 219 {TK_CONFIG_FONT, "-font", "font", "Font", 551 * Configuration information, such as text string, colors, font, 612 gcValues.font = mbPtr->fontPtr->fid; 630 gcValues.font = mbPtr->fontPtr->fid; 640 gcValues.font = mbPtr->fontPtr->fid;
|
H A D | tkButton.c | 90 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 274 {TK_CONFIG_FONT, "-font", "font", "Font", 847 * Configuration information, such as text string, colors, font, 911 gcValues.font = butPtr->fontPtr->fid; 931 gcValues.font = butPtr->fontPtr->fid; 943 gcValues.font = butPtr->fontPtr-> fid;
|
H A D | tkMessage.c | 63 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 130 {TK_CONFIG_FONT, "-font", "font", "Font", 397 * Configuration information, such as text string, colors, font, 470 gcValues.font = msgPtr->fontPtr->fid;
|
H A D | tkMenu.c | 79 XFontStruct *fontPtr; /* Text font for menu entries. NULL means 80 * use overall font for menu. */ 185 {TK_CONFIG_FONT, "-font", (char *) NULL, (char *) NULL, 271 XFontStruct *fontPtr; /* Text font for menu entries. */ 377 {TK_CONFIG_FONT, "-font", "font", "Font", 1145 * Configuration information, such as colors, font, etc. get set 1179 gcValues.font = menuPtr->fontPtr->fid; 1211 gcValues.font = menuPtr->fontPtr->fid; 1403 gcValues.font [all...] |
H A D | tkEntry.c | 53 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 195 {TK_CONFIG_FONT, "-font", "font", "Font", 927 gcValues.font = entryPtr->fontPtr->fid; 937 gcValues.font = entryPtr->fontPtr->fid;
|
H A D | tkListbox.c | 86 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 216 {TK_CONFIG_FONT, "-font", "font", "Font", 977 gcValues.font = listPtr->fontPtr->fid; 987 gcValues.font = listPtr->fontPtr->fid; 1214 int fontChanged; /* Non-zero means the font may have changed
|
H A D | tkCanvText.c | 98 {TK_CONFIG_FONT, "-font", (char *) NULL, (char *) NULL, 372 gcValues.font = textPtr->fontPtr->fid; 1210 * of the font for the text. 1508 * collect font information; 0 means
|
H A D | tkScale.c | 97 XFontStruct *fontPtr; /* Information about text font, or NULL. */ 242 {TK_CONFIG_FONT, "-font", "font", "Font", 809 gcValues.font = scalePtr->fontPtr->fid;
|
H A D | tkTextDisp.c | 642 gcValues.font = styleValues.fontPtr->fid;
|
/ast/src/lib/libtk/library/demos/ |
H A D | widget | 25 set font -*-Helvetica-Medium-R-Normal--*-140-*-*-*-*-*-* 41 text .t -yscrollcommand {.s set} -wrap word -width 60 -height 30 -font $font \ 48 -font -*-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-* -anchor w 50 -font -*-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-* -anchor w 59 .t tag configure title -font -*-Helvetica-Bold-R-Normal--*-180-*-*-*-*-*-* 245 -font -Adobe-helvetica-medium-r-normal--*-180-*-*-*-*-*-*
|
H A D | tcolor | 73 -font -Adobe-Courier-Medium-R-Normal--*-120-*-*-*-*-*-* 130 -font -Adobe-Courier-Medium-R-Normal--*-120-*-*-*-*-*-* 141 -font -Adobe-Courier-Medium-R-Normal--*-120-*-*-*-*-*-*
|
H A D | rmt | 126 .t tag configure bold -font -*-Courier-Bold-R-Normal-*-120-*-*-*-*-*-*
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 1188 font(int f, int style, int set) function 1388 sfputr(sp, font(f, style, 1), -1); 1411 sfputr(sp, font(f, style, 0), -1); 1464 sfputr(sp, font(f, style, 0), -1); 1489 , font(a, style, 1) 1491 , font(a, style, 0) 1499 sfputr(sp, font(a, style, !!(f ^= a)), -1); 1603 sfputr(sp, font(f, style, 0), -1); 1639 sfprintf(sp, "\t%s%s%s%s[%s%s%s%s%s]", font(FONT_BOLD, style, 1), a, font(FONT_BOL [all...] |