Searched refs:bold (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | rmt | 126 .t tag configure bold -font -*-Courier-Bold-R-Normal-*-120-*-*-*-*-*-* 137 .t tag add bold {promptEnd linestart} promptEnd 186 .t tag add bold "promptEnd linestart" promptEnd
|
H A D | bind.tcl | 30 set bold "-background #43ce80 -relief raised -borderwidth 1" 33 set bold "-foreground white -background black" 64 $w.text tag bind $tag <Any-Enter> "$w.text tag configure $tag $bold"
|
H A D | style.tcl | 29 $w.text tag configure bold -font -*-Courier-Bold-O-Normal--*-120-*-*-*-*-*-* 64 $w.text insert end tags bold
|
H A D | menu.tcl | 85 $m add radio -label "Bold" -variable style -value bold
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 72 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]" 420 static const char bold[] = {CC_esc,'[','1','m'}; local 424 sfwrite(sp, bold, sizeof(bold));
|
/ast/src/cmd/re/ |
H A D | grep.c | 65 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]" 313 static const char bold[] = {CC_esc,'[','1','m'}; local 317 sfwrite(sp, bold, sizeof(bold));
|
Completed in 15 milliseconds