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

/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h145 #define A_STANDOUT 0001 /* standout mode */ macro
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.c136 { "standout", A_STANDOUT },
139 { "half-standout", A_DIM | A_STANDOUT },
141 { "bold-standout", A_BOLD | A_STANDOUT },
H A Dtui-winsource.c266 wattron (win_info->generic.handle, A_STANDOUT);
271 wattroff (win_info->generic.handle, A_STANDOUT);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_slk.c171 SetAttr(SP_PARM->_slk->attr, A_STANDOUT);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c944 attrs |= A_STANDOUT;
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c94 { A_STANDOUT, "A_STANDOUT" },
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c134 A_STANDOUT,
187 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK,
233 TurnOff(A_STANDOUT, exit_standout_mode);
250 (newmode & A_STANDOUT) != 0,
283 TurnOff(A_STANDOUT, exit_standout_mode);
304 TurnOn(A_STANDOUT, enter_standout_mode);
390 attrs |= A_STANDOUT;
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c119 * The 63 corresponds to A_STANDOUT, A_UNDERLINE, A_REVERSE, A_BLINK,
164 TurnOff(A_STANDOUT, exit_standout_mode);
182 (newmode & A_STANDOUT) != 0,
216 TurnOff(A_STANDOUT, exit_standout_mode);
238 TurnOn(A_STANDOUT, enter_standout_mode);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c135 if (ch & A_STANDOUT)
1145 res |= (A_BOLD | A_DIM | A_REVERSE | A_STANDOUT | A_COLOR);
/freebsd-11-stable/usr.bin/grdc/
H A Dgrdc.c250 attron(A_STANDOUT);
256 attroff(A_STANDOUT);

Completed in 328 milliseconds