/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 187 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 D | endwin.c | 94 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.c | 51 (void) wattrset(win, A_NORMAL); in wstandend()
|
H A D | wrefresh.c | 150 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 D | wattroff.c | 58 if ((a & A_ATTRIBUTES) == A_NORMAL) in wattroff()
|
H A D | winsch.c | 67 rv = _mbaddch(win, A_NORMAL, RBYTE(c)); in winsch()
|
H A D | makenew.c | 110 win->_attrs = A_NORMAL; in _makenew()
|
H A D | waddnstr.c | 104 if ((rv = _mbaddch(win, A_NORMAL, in waddnstr()
|
H A D | copywin.c | 88 (2 * ((Dstwin->_attrs != A_NORMAL) || in copywin()
|
H A D | winsnstr.c | 134 (void) _mbaddch(win, A_NORMAL, RBYTE(*sp)); in winsnstr()
|
H A D | mvcur.c | 105 _VIDS(A_NORMAL, curscr->_attrs); in mvcur()
|
H A D | setupterm.c | 436 cur_term->sgr_mode = cur_term->sgr_faked = A_NORMAL; in setupterm()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | console.c | 28 int console_current_color = A_NORMAL; 29 static int console_standard_color = A_NORMAL; 30 static int console_normal_color = A_NORMAL;
|
H A D | hercules.c | 31 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 D | graphics.c | 96 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 D | shared.h | 321 # 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 D | llib-lmenu | 61 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 D | global.c | 61 A_NORMAL, /* back */
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | field.c | 59 A_NORMAL, /* fore */ 60 A_NORMAL, /* back */
|
H A D | llib-lform | 190 { return (A_NORMAL); } 201 { return (A_NORMAL); }
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 93 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 D | slk.c | 322 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
|
H A D | doupdate.c | 405 ATTR_STATE = A_NORMAL;
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | slk.c | 353 if ((i = __m_wcs_cc(label, A_NORMAL, 0, &cc)) < 0) in slk_wset()
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 209 #define A_NORMAL 0x00000000U macro 223 #define A_NORMAL 0x00000000UL macro
|