Searched refs:A_STANDOUT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c119 A_STANDOUT,
169 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK,
215 TurnOff(A_STANDOUT, exit_standout_mode);
226 (newmode & A_STANDOUT) != 0,
249 TurnOff(A_STANDOUT, exit_standout_mode);
266 TurnOn(A_STANDOUT, enter_standout_mode);
323 attrs |= A_STANDOUT;
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c106 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK,
151 TurnOff(A_STANDOUT, exit_standout_mode);
163 (newmode & A_STANDOUT) != 0,
187 TurnOff(A_STANDOUT, exit_standout_mode);
205 TurnOn(A_STANDOUT, enter_standout_mode);
/freebsd-10.0-release/games/grdc/
H A Dgrdc.c250 attron(A_STANDOUT);
256 attroff(A_STANDOUT);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_slk.c90 SetAttr(SP->_slk->attr, A_STANDOUT);
H A Dlib_set_term.c448 A_STANDOUT |
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-winsource.c266 wattron (win_info->generic.handle, A_STANDOUT);
271 wattroff (win_info->generic.handle, A_STANDOUT);
H A Dtui-win.c136 { "standout", A_STANDOUT },
139 { "half-standout", A_DIM | A_STANDOUT },
141 { "bold-standout", A_BOLD | A_STANDOUT },
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.h145 #define A_STANDOUT 0001 /* standout mode */ macro
/freebsd-10.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c84 { A_STANDOUT, "A_STANDOUT" },
/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.h.in199 #define WA_STANDOUT A_STANDOUT
885 #define A_STANDOUT NCURSES_BITS(@cf_cv_1UL@,8)
965 #define wstandout(win) (wattrset(win,A_STANDOUT))

Completed in 207 milliseconds