Searched refs:A_STANDOUT (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 142 A_STANDOUT, in NCURSES_EXPORT() 245 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 262 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT() 295 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 316 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT() 401 attrs |= A_STANDOUT; in NCURSES_SP_NAME()
|
| /freebsd-13.1/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_vid_attr.c | 177 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 195 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT() 229 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT() 251 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT()
|
| /freebsd-13.1/usr.bin/grdc/ |
| H A D | grdc.c | 250 attron(A_STANDOUT); in standt() 256 attroff(A_STANDOUT); in standt()
|
| /freebsd-13.1/contrib/ee/ |
| H A D | new_curse.h | 145 #define A_STANDOUT 0001 /* standout mode */ macro
|
| H A D | new_curse.c | 2619 window->Attrib |= A_STANDOUT; 2626 window->Attrib &= ~A_STANDOUT;
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_slk.c | 172 SetAttr(SP_PARM->_slk->attr, A_STANDOUT); in _nc_slk_initialize()
|
| /freebsd-13.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 95 DATA(A_STANDOUT), in _traceattr2()
|
| /freebsd-13.1/contrib/ncurses/ncurses/win32con/ |
| H A D | win_driver.c | 188 if (ch & A_STANDOUT) { in MapAttr() 1385 res |= (A_BOLD | A_DIM | A_REVERSE | A_STANDOUT | A_COLOR); in wcon_conattr()
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 1009 attrs |= A_STANDOUT; in drv_conattr()
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 1926 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS… 1927 #define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | …
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | curses.h.in | 268 #define WA_STANDOUT A_STANDOUT 1113 #define A_STANDOUT NCURSES_BITS(@cf_cv_1UL@,8) macro 1197 #define wstandout(win) (wattrset(win,A_STANDOUT))
|
| /freebsd-13.1/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 1506 curses(3x) display attribute values (A_STANDOUT, A_BOLD, A_REVERSE
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | NEWS | 7880 + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
|