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

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

Completed in 16 milliseconds