Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libcurses/screen/
H A Dvidupdate.c187 cur_term->sgr_faked)) != A_NORMAL) { in _change_video()
193 tempmode = A_NORMAL; in _change_video()
246 A_NORMAL)) { in _change_video()
250 if ((turn_off = (oldmode & newmode) ^ oldmode) != A_NORMAL) { in _change_video()
264 oldmode = A_NORMAL; in _change_video()
278 if ((turn_on = ((oldmode ^ newmode) & newmode)) != A_NORMAL) { in _change_video()
296 A_NORMAL) in _change_video()
H A Dendwin.c94 vidupdate(A_NORMAL, in endwin()
126 if ((curscr->_attrs != A_NORMAL) && in endwin()
128 _VIDS(A_NORMAL, curscr->_attrs); in endwin()
H A D_wstandend.c51 (void) wattrset(win, A_NORMAL); in wstandend()
H A Dwrefresh.c150 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
311 prev = A_NORMAL; in _shove()
342 if (didshift || (_ATTR(*cp) != A_NORMAL) || in _shove()
343 ((wy == scrli - 1) && (_ATTR(*(cp - 1)) != A_NORMAL))) { in _shove()
459 if (_VIDEO(*wp) != A_NORMAL) in _updateln()
467 if (_COLOR(*wp) != A_NORMAL) in _updateln()
618 A_NORMAL) { in _updateln()
619 _VIDS(A_NORMAL, _ATTR(*(scp - 1))); in _updateln()
H A Dwattroff.c58 if ((a & A_ATTRIBUTES) == A_NORMAL) in wattroff()
H A Dwinsch.c67 rv = _mbaddch(win, A_NORMAL, RBYTE(c)); in winsch()
H A Dmakenew.c110 win->_attrs = A_NORMAL; in _makenew()
H A Dwaddnstr.c104 if ((rv = _mbaddch(win, A_NORMAL, in waddnstr()
H A Dcopywin.c88 (2 * ((Dstwin->_attrs != A_NORMAL) || in copywin()
H A Dwinsnstr.c134 (void) _mbaddch(win, A_NORMAL, RBYTE(*sp)); in winsnstr()
H A Dmvcur.c105 _VIDS(A_NORMAL, curscr->_attrs); in mvcur()
H A Dsetupterm.c436 cur_term->sgr_mode = cur_term->sgr_faked = A_NORMAL; in setupterm()
/titanic_41/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
333 #ifndef A_NORMAL
334 # define A_NORMAL 0 macro
/titanic_41/usr/src/lib/libeti/menu/common/
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;}
H A Dglobal.c61 A_NORMAL, /* back */
/titanic_41/usr/src/lib/libeti/form/common/
H A Dfield.c59 A_NORMAL, /* fore */
60 A_NORMAL, /* back */
H A Dllib-lform190 { return (A_NORMAL); }
201 { return (A_NORMAL); }
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c93 int console_current_color = A_NORMAL;
741 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL; in console_setcolorstate()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c322 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
H A Ddoupdate.c405 ATTR_STATE = A_NORMAL;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c353 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h209 #define A_NORMAL 0x00000000U macro
223 #define A_NORMAL 0x00000000UL macro

12