HomeSort by: relevance | last modified time | path
    Searched refs:BOLD (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Process.cpp 71 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
73 #define ALLCOLORS(FGBG,BOLD) {\
74 COLOR(FGBG, "0", BOLD),\
75 COLOR(FGBG, "1", BOLD),\
76 COLOR(FGBG, "2", BOLD),\
77 COLOR(FGBG, "3", BOLD),\
78 COLOR(FGBG, "4", BOLD),\
79 COLOR(FGBG, "5", BOLD),\
80 COLOR(FGBG, "6", BOLD),\
    [all...]
  /src/tests/lib/libcurses/tests/
mutt_test 11 call OK attron $BOLD
16 call OK attroff $BOLD
28 call OK attron $BOLD
30 call OK attroff $BOLD
34 call OK attron $BOLD
36 call OK attroff $BOLD
40 call OK attron $BOLD
42 call OK attroff $BOLD
75 call OK attron $BOLD
77 call OK attroff $BOLD
    [all...]
std_defines 30 assign BOLD 0x00002000
  /src/usr.bin/ul/
ul.c 66 #define BOLD 020 /* Bold */
253 obuf[col].c_mode |= BOLD|mode;
329 case BOLD:
363 case BOLD: *cp++ = '!'; break;
484 case BOLD:
  /src/external/gpl2/groff/dist/src/preproc/eqn/
eqn.y 58 %token BOLD
112 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
235 | BOLD simple
lex.cpp 82 { "bold", BOLD },
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 63 "bold",
90 cli_style_option title_style ("title", ui_file_style::BOLD);
94 cli_style_option command_style ("command", ui_file_style::BOLD);
112 ui_file_style::BOLD);
  /src/external/gpl3/gdb/dist/gdb/
ui-style.h 143 BOLD,
mingw-hdep.c 311 case ui_file_style::BOLD:
ui-style.c 287 /* Bold. */
288 m_intensity = BOLD;
amd-dbgapi-target.c 2153 /* BLACK + BOLD means dark gray. */
2155 ("amd_dbgapi_trace", ui_file_style::BLACK, ui_file_style::BOLD);
  /src/external/gpl3/gdb/dist/gdb/unittests/
style-selftests.c 69 SELF_CHECK (style.get_intensity () == ui_file_style::BOLD);
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 143 BOLD,
mingw-hdep.c 311 case ui_file_style::BOLD:
ui-style.c 287 /* Bold. */
288 m_intensity = BOLD;
amd-dbgapi-target.c 2093 /* BLACK + BOLD means dark gray. */
2095 ("amd_dbgapi_trace", ui_file_style::BLACK, ui_file_style::BOLD);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
style-selftests.c 69 SELF_CHECK (style.get_intensity () == ui_file_style::BOLD);
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 63 "bold",
90 cli_style_option title_style ("title", ui_file_style::BOLD);
108 ui_file_style::BOLD);
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 53 BOLD = ESCAPE % "1"
83 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
  /src/games/larn/
header.h 396 /* macro to turn on bold display for the terminal */
398 /* macro to turn off bold display for the terminal */
411 #define BOLD 3
417 /* macro to turn on bold display for the terminal */
419 /* macro to turn off bold display for the terminal */
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 60 BOLD = '' #: Turn on bold mode
83 CLEAR_SCREEN=clear CLEAR_EOL=el CLEAR_BOL=el1 CLEAR_EOS=ed BOLD=bold
221 BAR = '%s${%s}[${BOLD}%s%s${NORMAL}${%s}]${NORMAL}%s'
222 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 87 print BOLD, MAGENTA "$Prog: @_";
97 print STDERR BOLD, RED "$Prog: ";
115 print STDERR BOLD, RED "$Prog: ";
730 <tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">$TotalBugs</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr>
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 336 case ui_file_style::BOLD:
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 336 case ui_file_style::BOLD:

Completed in 54 milliseconds