Home
last modified time | relevance | path

Searched refs:begns (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c206 short *begns; in _do_idln() local
230 for (y = bsy - idn, begns = _BEGNS + y; in _do_idln()
231 y < bsy; ++y, ++begns) in _do_idln()
232 if (*begns < scrco) { in _do_idln()
282 for (y = 0, begns = _BEGNS + y + tsy; in _do_idln()
283 y < idn; ++y, ++begns) in _do_idln()
284 if (*begns < scrco) { in _do_idln()
322 begns = _BEGNS + y; in _do_idln()
323 for (; y >= bsy; --y, --begns) in _do_idln()
324 if (*begns < scrco) in _do_idln()
H A Dwrefresh.c371 color_attrx, maxi, endns, begns, wx_sav, multi_col; in _updateln() local
376 begns = _BEGNS[wy]; in _updateln()
379 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()
544 begns >= wx) { in _updateln()
554 if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) { in _updateln()
1148 short *begch, *endch, *begns; in _getceod() local
1157 begns = _BEGNS + 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
[all …]