Searched refs:A_BOLD (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libcurses/tty/ |
| D | lib_vidattr.c | 149 A_BOLD, in NCURSES_EXPORT() 270 (newmode & A_BOLD) != 0, in NCURSES_EXPORT() 317 TurnOn(A_BOLD, enter_bold_mode); in NCURSES_EXPORT() 396 attrs |= A_BOLD; in NCURSES_SP_NAME()
|
| /openbsd/src/games/boggle/boggle/ |
| D | mach.c | 432 attron(A_BOLD); in doword() 438 attroff(A_BOLD); in doword() 695 attron(A_BOLD); in tty_showboard() 701 attroff(A_BOLD); in tty_showboard()
|
| /openbsd/src/lib/libcurses/widechar/ |
| D | lib_vid_attr.c | 203 (newmode & A_BOLD) != 0, in NCURSES_EXPORT() 252 TurnOn(A_BOLD, enter_bold_mode); in NCURSES_EXPORT()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-win.c | 140 { "bold", A_BOLD }, 141 { "bold-standout", A_BOLD | A_STANDOUT },
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | tinfo_driver.c | 1023 attrs |= A_BOLD; in drv_conattr() 1198 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in _nc_cookie_init()
|
| /openbsd/src/lib/libcurses/base/ |
| D | lib_set_term.c | 588 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in NCURSES_SP_NAME()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.priv.h | 1804 #define NONBLANK_ATTR (A_BOLD | A_DIM | A_BLINK | A_ITALIC) 1805 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS… 1806 #define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | …
|
| D | curses.h | 315 #define WA_BOLD A_BOLD 1132 #define A_BOLD NCURSES_BITS(1U,13) macro
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | IOHandlerCursesGUI.cpp | 758 attr = A_BOLD | COLOR_PAIR(BlackOnWhite); in DrawTitleBox() 2657 surface.AttributeOn(A_BOLD | COLOR_PAIR(BlackOnWhite)); in DrawSubmitHint() 2661 surface.AttributeOff(A_BOLD | COLOR_PAIR(BlackOnWhite)); in DrawSubmitHint() 4049 const attr_t shortcut_attr = A_UNDERLINE | A_BOLD; in DrawMenuTitle() 5774 changd_attr = COLOR_PAIR(RedOnBlack) | A_BOLD; in DisplayRowObject()
|