Searched defs:begns (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c208 short *begns; local
232 for (y = bsy - idn, begns = _BEGNS + y;
233 y < bsy; ++y, ++begns)
234 if (*begns < scrco) {
284 for (y = 0, begns = _BEGNS + y + tsy;
285 y < idn; ++y, ++begns)
286 if (*begns < scrco) {
324 begns = _BEGNS + y;
325 for (; y >= bsy; --y, --begns)
326 if (*begns < scrc
[all...]
H A Dwrefresh.c374 color_attrx, maxi, endns, begns, wx_sav, multi_col; local
379 begns = _BEGNS[wy];
382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco))
547 begns >= wx) {
557 if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) {
1145 short *begch, *endch, *begns; local
1154 begns = _BEGNS + wy;
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco))
1179 short *begns, *begc local
[all...]

Completed in 58 milliseconds