Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwrefresh.c86 short *bnsch, *ensch; in wrefresh() local
176 bnsch = _BEGNS; ensch = _ENDNS; in wrefresh()
179 *bnsch++ = scrco; in wrefresh()
210 bnsch = _virtscr->_firstch + wy; in wrefresh()
213 for (; wy < boty; ++wy, ++bnsch, ++ensch) { in wrefresh()
215 if (*bnsch >= scrco) in wrefresh()
247 if (*bnsch < scrco) in wrefresh()
251 *bnsch = _INFINITY; in wrefresh()