Home
last modified time | relevance | path

Searched refs:A_STANDOUT (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c142 A_STANDOUT, in NCURSES_EXPORT()
245 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
263 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT()
297 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
318 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT()
403 attrs |= A_STANDOUT; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c177 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
196 (newmode & A_STANDOUT) != 0, in NCURSES_EXPORT()
231 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
253 TurnOn(A_STANDOUT, enter_standout_mode); in NCURSES_EXPORT()
/freebsd/usr.bin/grdc/
H A Dgrdc.c270 attron(A_STANDOUT); in standt()
276 attroff(A_STANDOUT); in standt()
/freebsd/contrib/ee/
H A Dnew_curse.h145 #define A_STANDOUT 0001 /* standout mode */ macro
H A Dnew_curse.c2619 window->Attrib |= A_STANDOUT;
2626 window->Attrib &= ~A_STANDOUT;
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slk.c172 SetAttr(SP_PARM->_slk->attr, A_STANDOUT); in _nc_slk_initialize()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c95 DATA(A_STANDOUT), in _traceattr2()
/freebsd/contrib/bsddialog/lib/
H A Dtheme.c51 {BSDDIALOG_HIGHLIGHT, A_STANDOUT},
H A Dlib_util.c1111 wattron(win, A_STANDOUT); in check_set_wtext_attr()
1114 wattroff(win, A_STANDOUT); in check_set_wtext_attr()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c95 if (ch & A_STANDOUT) { in MapAttr()
1006 res |= (A_BOLD | A_DIM | A_REVERSE | A_STANDOUT | A_COLOR); in wcon_conattr()
H A Dwin_driver.c188 if (ch & A_STANDOUT) { in MapAttr()
1395 res |= (A_BOLD | A_DIM | A_REVERSE | A_STANDOUT | A_COLOR); in wcon_conattr()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1811 #define TPARM_ATTR (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_ALTCHARS…
1812 #define XMC_CONFLICT (A_STANDOUT | A_UNDERLINE | A_REVERSE | A_BLINK | A_DIM | A_BOLD | A_INVIS | …
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1032 attrs |= A_STANDOUT; in drv_conattr()
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in322 #define WA_STANDOUT A_STANDOUT
1139 #define A_STANDOUT NCURSES_BITS(@cf_cv_1UL@,8) macro
1223 #define wstandout(win) (wattrset(win,A_STANDOUT))
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1508 curses(3x) display attribute values (A_STANDOUT, A_BOLD, A_REVERSE
/freebsd/contrib/ncurses/
H A DNEWS9508 + modify soft-key initialization to use A_REVERSE if A_STANDOUT would