Searched refs:A_NORMAL (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_wstandend.c51 (void) wattrset(win, A_NORMAL);
H A Dwattroff.c58 if ((a & A_ATTRIBUTES) == A_NORMAL)
H A Dendwin.c94 vidupdate(A_NORMAL,
126 if ((curscr->_attrs != A_NORMAL) &&
128 _VIDS(A_NORMAL, curscr->_attrs);
H A Dvidupdate.c187 cur_term->sgr_faked)) != A_NORMAL) {
193 tempmode = A_NORMAL;
246 A_NORMAL)) {
250 if ((turn_off = (oldmode & newmode) ^ oldmode) != A_NORMAL) {
264 oldmode = A_NORMAL;
278 if ((turn_on = ((oldmode ^ newmode) & newmode)) != A_NORMAL) {
291 * reaches A_NORMAL we don't have to turn
296 A_NORMAL)
H A Dwinsch.c67 rv = _mbaddch(win, A_NORMAL, RBYTE(c));
H A Dmakenew.c110 win->_attrs = A_NORMAL;
H A Dwaddnstr.c104 if ((rv = _mbaddch(win, A_NORMAL,
H A Dwrefresh.c150 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT |
311 prev = A_NORMAL;
342 if (didshift || (_ATTR(*cp) != A_NORMAL) ||
343 ((wy == scrli - 1) && (_ATTR(*(cp - 1)) != A_NORMAL))) {
459 if (_VIDEO(*wp) != A_NORMAL)
467 if (_COLOR(*wp) != A_NORMAL)
618 A_NORMAL) {
619 _VIDS(A_NORMAL, _ATTR(*(scp - 1)));
H A Dcopywin.c88 (2 * ((Dstwin->_attrs != A_NORMAL) ||
H A Dwinsnstr.c134 (void) _mbaddch(win, A_NORMAL, RBYTE(*sp));
H A Dmvcur.c105 _VIDS(A_NORMAL, curscr->_attrs);
H A Dsetupterm.c436 cur_term->sgr_mode = cur_term->sgr_faked = A_NORMAL;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c28 int console_current_color = A_NORMAL;
29 static int console_standard_color = A_NORMAL;
30 static int console_normal_color = A_NORMAL;
H A Dhercules.c31 static int herc_standard_color = A_NORMAL;
32 static int herc_normal_color = A_NORMAL;
34 static int herc_current_color = A_NORMAL;
H A Dgraphics.c96 static int graphics_standard_color = A_NORMAL;
97 static int graphics_normal_color = A_NORMAL;
99 static int graphics_current_color = A_NORMAL;
H A Dshared.h321 # define A_NORMAL 0x7 macro
331 /* In old BSD curses, A_NORMAL and A_REVERSE are not defined, so we
333 #ifndef A_NORMAL
334 # define A_NORMAL 0 macro
335 #endif /* ! A_NORMAL */
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dglobal.c61 A_NORMAL, /* back */
H A Dllib-lmenu61 chtype menu_back(MENU *m) {return A_NORMAL;}
62 chtype menu_fore(MENU *m) {return A_NORMAL;}
63 chtype menu_grey(MENU *m) {return A_NORMAL;}
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dllib-lform190 { return (A_NORMAL); }
201 { return (A_NORMAL); }
H A Dfield.c59 A_NORMAL, /* fore */
60 A_NORMAL, /* back */
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c322 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0)
H A Ddoupdate.c405 ATTR_STATE = A_NORMAL;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c96 int console_current_color = A_NORMAL;
744 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c353 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h209 #define A_NORMAL 0x00000000U macro
223 #define A_NORMAL 0x00000000UL macro

Completed in 118 milliseconds

12