Searched refs:A_STANDOUT (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/tty/ |
| HD | lib_vidattr.c | 134 A_STANDOUT, in NCURSES_EXPORT() 233 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 250 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT() 283 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 304 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT() 390 attrs |= A_STANDOUT; in NCURSES_SP_NAME()
|
| /NextBSD/contrib/ncurses/ncurses/widechar/ |
| HD | lib_vid_attr.c | 164 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 182 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT() 216 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 238 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT()
|
| /NextBSD/usr.bin/grdc/ |
| HD | grdc.c | 250 attron(A_STANDOUT); in standt() 256 attroff(A_STANDOUT); in standt()
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | tui-winsource.c | 266 wattron (win_info->generic.handle, A_STANDOUT); in tui_show_source_line() 271 wattroff (win_info->generic.handle, A_STANDOUT); in tui_show_source_line()
|
| HD | tui-win.c | 136 { "standout", A_STANDOUT }, 139 { "half-standout", A_DIM | A_STANDOUT }, 141 { "bold-standout", A_BOLD | A_STANDOUT },
|
| /NextBSD/contrib/ee/ |
| HD | new_curse.h | 145 #define A_STANDOUT 0001 /* standout mode */ macro
|
| HD | new_curse.c | 2619 window->Attrib |= A_STANDOUT; 2626 window->Attrib &= ~A_STANDOUT;
|
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_slk.c | 171 SetAttr(SP_PARM->_slk->attr, A_STANDOUT); in _nc_slk_initialize()
|
| /NextBSD/contrib/ncurses/ncurses/trace/ |
| HD | lib_traceatr.c | 94 { A_STANDOUT, "A_STANDOUT" }, in _traceattr2()
|
| /NextBSD/contrib/ncurses/ncurses/win32con/ |
| HD | win_driver.c | 135 if (ch & A_STANDOUT) in MapAttr() 1145 res |= (A_BOLD | A_DIM | A_REVERSE | A_STANDOUT | A_COLOR); in drv_conattr()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 1721 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS… 1722 #define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | …
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | tinfo_driver.c | 944 attrs |= A_STANDOUT; in drv_conattr()
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 240 #define WA_STANDOUT A_STANDOUT 1059 #define A_STANDOUT NCURSES_BITS(@cf_cv_1UL@,8) macro 1143 #define wstandout(win) (wattrset(win,A_STANDOUT))
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 1490 curses(3x) display attribute values (A_STANDOUT, A_BOLD, A_REVERSE
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 5127 + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
|