Searched refs:A_REVERSE (Results 1 – 13 of 13) sorted by relevance
/openbsd/lib/libcurses/tty/ |
H A D | lib_vidattr.c | 101 || (reverse ^ ((old_attr & A_REVERSE) != 0))) { \ 146 A_REVERSE, in NCURSES_EXPORT() 212 if ((mask & A_REVERSE) != 0 in NCURSES_EXPORT() 213 && (newmode & A_REVERSE) != 0) { in NCURSES_EXPORT() 215 mask &= ~A_REVERSE; in NCURSES_EXPORT() 226 newmode &= ~A_REVERSE; in NCURSES_EXPORT() 267 (newmode & A_REVERSE) != 0, in NCURSES_EXPORT() 319 TurnOn(A_REVERSE, enter_reverse_mode); in NCURSES_EXPORT() 339 newmode |= A_REVERSE; in NCURSES_EXPORT() 402 attrs |= A_REVERSE; in NCURSES_SP_NAME()
|
/openbsd/lib/libcurses/widechar/ |
H A D | lib_vid_attr.c | 67 || (reverse ^ ((old_attr & A_REVERSE) != 0))) { \ 145 if ((mask & A_REVERSE) != 0 in NCURSES_EXPORT() 146 && (newmode & A_REVERSE) != 0) { in NCURSES_EXPORT() 148 mask &= ~A_REVERSE; in NCURSES_EXPORT() 158 newmode &= ~A_REVERSE; in NCURSES_EXPORT() 200 (newmode & A_REVERSE) != 0, in NCURSES_EXPORT() 254 TurnOn(A_REVERSE, enter_reverse_mode); in NCURSES_EXPORT() 274 newmode |= A_REVERSE; in NCURSES_EXPORT()
|
/openbsd/games/boggle/boggle/ |
H A D | prtable.c | 108 attron(A_REVERSE); in prtable() 110 attroff(A_REVERSE); in prtable()
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | statuswin.py | 27 self.win.addstr('{0}'.format(key[0]), curses.A_REVERSE)
|
H A D | cui.py | 54 self.win.addstr(0, 0, text, curses.A_REVERSE) 129 attr = curses.A_REVERSE
|
H A D | sourcewin.py | 157 attr = curses.A_REVERSE
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1123 surface.AttributeOn(A_REVERSE); in DrawContent() 1130 surface.AttributeOff(A_REVERSE); in DrawContent() 1470 surface.AttributeOn(A_REVERSE); in FieldDelegateDraw() 1473 surface.AttributeOff(A_REVERSE); in FieldDelegateDraw() 1777 surface.AttributeOn(A_REVERSE); in DrawRemoveButton() 1780 surface.AttributeOff(A_REVERSE); in DrawRemoveButton() 1815 surface.AttributeOn(A_REVERSE); in DrawNewButton() 1818 surface.AttributeOff(A_REVERSE); in DrawNewButton() 2269 surface.AttributeOn(A_REVERSE); in Draw() 5764 window.AttributeOn(A_REVERSE); in DisplayRowObject() [all …]
|
/openbsd/lib/libcurses/base/ |
H A D | lib_slk.c | 176 SetAttr(SP_PARM->_slk->attr, A_REVERSE); in _nc_slk_initialize()
|
/openbsd/lib/libmenu/ |
H A D | m_global.c | 72 (chtype)A_REVERSE, /* Attribute for selection */
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-win.c | 137 { "reverse", A_REVERSE },
|
/openbsd/lib/libcurses/ |
H A D | curses.priv.h | 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 | …
|
H A D | curses.h | 312 #define WA_REVERSE A_REVERSE 1129 #define A_REVERSE NCURSES_BITS(1U,10) macro
|
/openbsd/lib/libcurses/tinfo/ |
H A D | tinfo_driver.c | 1029 attrs |= A_REVERSE; in drv_conattr()
|