Searched refs:begch (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | mvderwin.c | 61 short *begch, *endch, maxx; in mvderwin() local 84 begch = win->_firstch; in mvderwin() 86 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { in mvderwin() 88 *begch = 0; in mvderwin()
|
H A D | winsdelln.c | 61 short x, y, quick, *begch, *endch; in winsdelln() local 128 begch = win->_firstch; in winsdelln() 164 begch[to] = begch[fr]; in winsdelln() 169 begch[to] = 0; in winsdelln()
|
H A D | wbkgd.c | 56 short *begch, *endch; in wbkgd() local 102 begch = win->_firstch; in wbkgd() 104 for (y = win->_maxy-1; y >= 0; --y, ++begch, ++endch) { in wbkgd() 118 *begch = 0; in wbkgd()
|
H A D | wrefresh.c | 1145 short *begch, *endch, *begns; in _getceod() local 1152 begch = _virtscr->_firstch + wy; in _getceod() 1156 for (; wy >= topy; --wy, --begch, --endch, --begns) { in _getceod() 1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco)) in _getceod() 1179 short *begns, *begch; in _useceod() local 1182 begch = _virtscr->_firstch + topy; in _useceod() 1184 for (; topy < boty; ++topy, ++begns, ++begch) in _useceod() 1185 if (*begns < scrco || *begch == _REDRAW) in _useceod() 1188 *begch = _INFINITY; in _useceod()
|