Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c185 cur_term->sgr_faked)) != A_NORMAL) { in _change_video()
191 tempmode = A_NORMAL; in _change_video()
244 A_NORMAL)) { in _change_video()
248 if ((turn_off = (oldmode & newmode) ^ oldmode) != A_NORMAL) { in _change_video()
262 oldmode = A_NORMAL; in _change_video()
276 if ((turn_on = ((oldmode ^ newmode) & newmode)) != A_NORMAL) { in _change_video()
294 A_NORMAL) in _change_video()
H A Dendwin.c92 vidupdate(A_NORMAL, in endwin()
124 if ((curscr->_attrs != A_NORMAL) && in endwin()
126 _VIDS(A_NORMAL, curscr->_attrs); in endwin()
H A D_wstandend.c49 (void) wattrset(win, A_NORMAL); in wstandend()
H A Dwrefresh.c148 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
308 prev = A_NORMAL; in _shove()
339 if (didshift || (_ATTR(*cp) != A_NORMAL) || in _shove()
340 ((wy == scrli - 1) && (_ATTR(*(cp - 1)) != A_NORMAL))) { in _shove()
456 if (_VIDEO(*wp) != A_NORMAL) in _updateln()
464 if (_COLOR(*wp) != A_NORMAL) in _updateln()
615 A_NORMAL) { in _updateln()
616 _VIDS(A_NORMAL, _ATTR(*(scp - 1))); in _updateln()
H A Dwattroff.c56 if ((a & A_ATTRIBUTES) == A_NORMAL) in wattroff()
H A Dwinsch.c65 rv = _mbaddch(win, A_NORMAL, RBYTE(c)); in winsch()
H A Dmakenew.c108 win->_attrs = A_NORMAL; in _makenew()
H A Dwaddnstr.c102 if ((rv = _mbaddch(win, A_NORMAL, in waddnstr()
H A Dcopywin.c86 (2 * ((Dstwin->_attrs != A_NORMAL) || in copywin()
H A Dwinsnstr.c132 (void) _mbaddch(win, A_NORMAL, RBYTE(*sp)); in winsnstr()
H A Dmvcur.c103 _VIDS(A_NORMAL, curscr->_attrs); in mvcur()
H A Dsetupterm.c434 cur_term->sgr_mode = cur_term->sgr_faked = A_NORMAL; in setupterm()
H A Dcurses.ed1188 #define wstandend(win) wattrset((win), A_NORMAL)
1369 #define A_NORMAL 000000000000
/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.h322 # define A_NORMAL 0x7 macro
334 #ifndef A_NORMAL
335 # define A_NORMAL 0 macro
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dglobal.c59 A_NORMAL, /* back */
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c61 A_NORMAL, /* fore */
62 A_NORMAL, /* back */
/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; in console_setcolorstate()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c314 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
H A Ddoupdate.c405 ATTR_STATE = A_NORMAL;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c351 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h207 #define A_NORMAL 0x00000000U macro
221 #define A_NORMAL 0x00000000UL macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h196 #define A_NORMAL 0x00000000L macro

12