Home
last modified time | relevance | path

Searched refs:A_REVERSE (Results 1 – 13 of 13) sorted by relevance

/openbsd/lib/libcurses/tty/
H A Dlib_vidattr.c101 || (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 Dlib_vid_attr.c67 || (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 Dprtable.c108 attron(A_REVERSE); in prtable()
110 attroff(A_REVERSE); in prtable()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dstatuswin.py27 self.win.addstr('{0}'.format(key[0]), curses.A_REVERSE)
H A Dcui.py54 self.win.addstr(0, 0, text, curses.A_REVERSE)
129 attr = curses.A_REVERSE
H A Dsourcewin.py157 attr = curses.A_REVERSE
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1123 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 Dlib_slk.c176 SetAttr(SP_PARM->_slk->attr, A_REVERSE); in _nc_slk_initialize()
/openbsd/lib/libmenu/
H A Dm_global.c72 (chtype)A_REVERSE, /* Attribute for selection */
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-win.c137 { "reverse", A_REVERSE },
/openbsd/lib/libcurses/
H A Dcurses.priv.h1805 #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 Dcurses.h312 #define WA_REVERSE A_REVERSE
1129 #define A_REVERSE NCURSES_BITS(1U,10) macro
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c1029 attrs |= A_REVERSE; in drv_conattr()