Searched refs:_y16update (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | winsdelln.c | 72 if (_y16update) { in winsdelln() 73 update_ptr = _y16update; in winsdelln() 74 _y16update = NULL; in winsdelln() 203 _y16update = update_ptr; in winsdelln() 204 (*_y16update)(win, endy - y, endx, y, 0); in winsdelln()
|
H A D | newwin.c | 69 if (_y16update) { in newwin() 99 ((_y16update) && ((_y16[i] = (_ochtype *) in _image() 116 if ((_y16update) && (_y16[j] != NULL)) in _image() 127 if ((_y16update) && (win->_y16 != NULL)) in _image()
|
H A D | wborder.c | 156 if (_y16update) { in wborder() 157 (*_y16update)(win, 1, ++endx, 0, 0); in wborder() 158 (*_y16update)(win, 1, endx--, endy, 0); in wborder() 172 if (_y16update) { in wborder()
|
H A D | delwin.c | 75 if (_y16update) in delwin() 91 if (_y16update) in delwin()
|
H A D | wdelch.c | 96 if (_y16update) in wdelch() 97 (*_y16update)(win, 1, win->_maxx - curx, cury, curx); in wdelch()
|
H A D | makenew.c | 68 if ((_y16update) && ((win->_y16 = (_ochtype **) in _makenew() 76 if ((_y16update) && (win->_y16 != NULL)) in _makenew()
|
H A D | wclrtoeol.c | 83 if (_y16update) in wclrtoeol() 84 (*_y16update)(win, 1, maxx - x, y, x); in wclrtoeol()
|
H A D | copywin.c | 170 if (_y16update) { in copywin() 171 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin()
|
H A D | V3.initscr.c | 55 _y16update = _update_old_y_area; in initscr()
|
H A D | V3.newterm.c | 53 _y16update = _update_old_y_area; in newterm()
|
H A D | curses.c | 62 void (*_y16update)(WINDOW *, int, int, int, int); variable
|
H A D | init_acs.c | 127 if (_y16update) { in init_acs()
|
H A D | derwin.c | 91 if (_y16update) { in derwin()
|
H A D | waddnstr.c | 128 if (_y16update) in waddnstr()
|
H A D | waddch.c | 147 if (_y16update) in waddch()
|
H A D | curshdr.h | 250 extern void (*_y16update)(WINDOW *, int, int, int, int);
|
H A D | mapfile-vers | 591 _y16update;
|