Home
last modified time | relevance | path

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

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