Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c84 short *bnsch, *ensch; in wrefresh() local
174 bnsch = _BEGNS; ensch = _ENDNS; in wrefresh()
177 *bnsch++ = scrco; in wrefresh()
208 bnsch = _virtscr->_firstch + wy; in wrefresh()
211 for (; wy < boty; ++wy, ++bnsch, ++ensch) { in wrefresh()
213 if (*bnsch >= scrco) in wrefresh()
245 if (*bnsch < scrco) in wrefresh()
249 *bnsch = _INFINITY; in wrefresh()