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