Home
last modified time | relevance | path

Searched refs:_y16update (Results 1 – 17 of 17) sorted by last modified time

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinsdelln.c70 if (_y16update) { in winsdelln()
71 update_ptr = _y16update; in winsdelln()
72 _y16update = NULL; in winsdelln()
201 _y16update = update_ptr; in winsdelln()
202 (*_y16update)(win, endy - y, endx, y, 0); in winsdelln()
H A Dwdelch.c94 if (_y16update) in wdelch()
95 (*_y16update)(win, 1, win->_maxx - curx, cury, curx); in wdelch()
H A Dwborder.c154 if (_y16update) { in wborder()
155 (*_y16update)(win, 1, ++endx, 0, 0); in wborder()
156 (*_y16update)(win, 1, endx--, endy, 0); in wborder()
170 if (_y16update) { in wborder()
H A Dwclrtoeol.c81 if (_y16update) in wclrtoeol()
82 (*_y16update)(win, 1, maxx - x, y, x); in wclrtoeol()
H A Dwaddnstr.c126 if (_y16update) in waddnstr()
H A Dnewwin.c67 if (_y16update) { in newwin()
97 ((_y16update) && ((_y16[i] = (_ochtype *) in _image()
114 if ((_y16update) && (_y16[j] != NULL)) in _image()
125 if ((_y16update) && (win->_y16 != NULL)) in _image()
H A Dmakenew.c66 if ((_y16update) && ((win->_y16 = (_ochtype **) in _makenew()
74 if ((_y16update) && (win->_y16 != NULL)) in _makenew()
H A Dinit_acs.c125 if (_y16update) { in init_acs()
H A Ddelwin.c73 if (_y16update) in delwin()
89 if (_y16update) in delwin()
H A Dderwin.c89 if (_y16update) { in derwin()
H A Dcurses.c60 void (*_y16update)(WINDOW *, int, int, int, int); variable
H A Dcurshdr.h248 extern void (*_y16update)(WINDOW *, int, int, int, int);
H A Dcopywin.c168 if (_y16update) { in copywin()
169 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin()
H A DV3.newterm.c51 _y16update = _update_old_y_area; in newterm()
H A DV3.initscr.c53 _y16update = _update_old_y_area; in initscr()
H A Dmapfile-vers857 _y16update {
H A Dwaddch.c146 if (_y16update) in waddch()