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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dquick_echo.c85 if (SPx < _BEGNS[SPy])
86 _BEGNS[SPy] = SPx;
H A Dwclrtoeol.c89 if (_BEGNS[y] >= x)
91 _BEGNS[y] = (short) maxx;
93 _ENDNS[y] = _BEGNS[y] > x ? -1 : x-1;
H A Didlok.c232 for (y = bsy - idn, begns = _BEGNS + y;
284 for (y = 0, begns = _BEGNS + y + tsy;
324 begns = _BEGNS + y;
H A Dwrefresh.c176 bnsch = _BEGNS; ensch = _ENDNS;
379 begns = _BEGNS[wy];
765 _BEGNS[wy] = (short) wx;
779 _CURHASH[wy] = _BEGNS[wy] < scrco ? _NOHASH : 0;
1154 begns = _BEGNS + wy;
1183 begns = _BEGNS + topy;
1195 for (begns = _BEGNS + boty; boty < scrli; ++boty, ++begns)
H A Dcurshdr.h226 #define _BEGNS curscr->_firstch macro

Completed in 19 milliseconds