Home
last modified time | relevance | path

Searched refs:_y16update (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwinsdelln.c72 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 Dnewwin.c69 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 Dwborder.c156 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 Ddelwin.c75 if (_y16update) in delwin()
91 if (_y16update) in delwin()
H A Dwdelch.c96 if (_y16update) in wdelch()
97 (*_y16update)(win, 1, win->_maxx - curx, cury, curx); in wdelch()
H A Dmakenew.c68 if ((_y16update) && ((win->_y16 = (_ochtype **) in _makenew()
76 if ((_y16update) && (win->_y16 != NULL)) in _makenew()
H A Dwclrtoeol.c83 if (_y16update) in wclrtoeol()
84 (*_y16update)(win, 1, maxx - x, y, x); in wclrtoeol()
H A Dcopywin.c170 if (_y16update) { in copywin()
171 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin()
H A DV3.initscr.c55 _y16update = _update_old_y_area; in initscr()
H A DV3.newterm.c53 _y16update = _update_old_y_area; in newterm()
H A Dcurses.c62 void (*_y16update)(WINDOW *, int, int, int, int); variable
H A Dinit_acs.c127 if (_y16update) { in init_acs()
H A Dderwin.c91 if (_y16update) { in derwin()
H A Dwaddnstr.c128 if (_y16update) in waddnstr()
H A Dwaddch.c147 if (_y16update) in waddch()
H A Dcurshdr.h250 extern void (*_y16update)(WINDOW *, int, int, int, int);
H A Dmapfile-vers591 _y16update;