Searched refs:begch (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mvderwin.c | 59 short *begch, *endch, maxx; in mvderwin() local 82 begch = win->_firstch; in mvderwin() 84 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin() 86 *begch = 0; in mvderwin()
|
H A D | winsdelln.c | 59 short x, y, quick, *begch, *endch; in winsdelln() local 126 begch = win->_firstch; in winsdelln() 162 begch[to] = begch[fr]; in winsdelln() 167 begch[to] = 0; in winsdelln()
|
H A D | wbkgd.c | 54 short *begch, *endch; in wbkgd() local 100 begch = win->_firstch; in wbkgd() 102 for (y = win->_maxy-1; y >= 0; --y, ++begch, ++endch) { in wbkgd() 116 *begch = 0; in wbkgd()
|
H A D | wrefresh.c | 1148 short *begch, *endch, *begns; in _getceod() local 1155 begch = _virtscr->_firstch + wy; in _getceod() 1159 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod() 1160 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod() 1182 short *begns, *begch; in _useceod() local 1185 begch = _virtscr->_firstch + topy; in _useceod() 1187 for (; topy < boty; ++topy, ++begns, ++begch) in _useceod() 1188 if (*begns < scrco || *begch == _REDRAW) in _useceod() 1191 *begch = _INFINITY; in _useceod()
|