Home
last modified time | relevance | path

Searched refs:A_BOLD (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libcurses/tty/
Dlib_vidattr.c149 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/
Dmach.c432 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/
Dlib_vid_attr.c203 (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/
Dtui-win.c140 { "bold", A_BOLD },
141 { "bold-standout", A_BOLD | A_STANDOUT },
/openbsd/src/lib/libcurses/tinfo/
Dtinfo_driver.c1023 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/
Dlib_set_term.c588 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD); in NCURSES_SP_NAME()
/openbsd/src/lib/libcurses/
Dcurses.priv.h1804 #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 | …
Dcurses.h315 #define WA_BOLD A_BOLD
1132 #define A_BOLD NCURSES_BITS(1U,13) macro
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp758 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()