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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, local
392 lastx = scrco;
395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco :
404 for (; wx < lastx; ++wx)
407 if (wx >= lastx)
416 wp = wcp + lastx - 1;
417 sp = scp + lastx - 1;
418 for (; lastx > wx; --lastx)
425 for (; lastx < scrc
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddrand48.c101 static unsigned short lastx[3]; variable
160 SETLOW(lastx, x, 0);
163 return (lastx);

Completed in 24 milliseconds