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

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c85 static unsigned short lastx[3]; variable
141 SETLOW(lastx, x, 0);
143 return (lastx);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c414 float lastx = -1; /* printer's current position */ variable
1689 lastx = -(slop + 1);
1716 lastx = -(slop + 1);
2228 lastx = hpos;
2368 if ( ABS(hpos - lastx) > slop )
2385 lastx += lastw;
2437 lastx = stringstart = hpos;
2472 line[textcount].width = lastx - line[textcount].start;
2491 fprintf(tf, "%d %d drawrvbox ", lastend - rvslop, (int)(lastx + .5) + rvslop);
2493 lastend = (lastx
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c101 static unsigned short lastx[3]; variable
160 SETLOW(lastx, x, 0);
163 return (lastx);
/illumos-gate/usr/src/uts/common/os/
H A Dpriv.c228 char *lastx = x + prpriv->pr_infosize; local
230 while (x < lastx) {
251 lastx - x > pi->priv_info_size) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c97 static unsigned short lastx[3]; variable

Completed in 1120 milliseconds