Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwrefresh.c373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local
392 lastx = scrco; in _updateln()
395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()
404 for (; wx < lastx; ++wx) in _updateln()
407 if (wx >= lastx) in _updateln()
416 wp = wcp + lastx - 1; in _updateln()
417 sp = scp + lastx - 1; in _updateln()
418 for (; lastx > wx; --lastx) in _updateln()
425 for (; lastx < scrco; ++wp, ++sp, ++lastx) in _updateln()
431 if (!clr_eol || endns >= lastx) in _updateln()
[all …]
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c414 float lastx = -1; /* printer's current position */ variable
1689 lastx = -(slop + 1); in reset()
1716 lastx = -(slop + 1); in resetpos()
2228 lastx = hpos; in xymove()
2368 if ( ABS(hpos - lastx) > slop ) in oput()
2385 lastx += lastw; in oput()
2437 lastx = stringstart = hpos; in starttext()
2472 line[textcount].width = lastx - line[textcount].start; in endtext()
2491 fprintf(tf, "%d %d drawrvbox ", lastend - rvslop, (int)(lastx + .5) + rvslop); in endtext()
2493 lastend = (lastx + .5) + 2 * rvslop; in endtext()
[all …]
/titanic_41/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);
/titanic_41/usr/src/lib/libc/port/gen/
H A Ddrand48.c101 static unsigned short lastx[3]; variable
160 SETLOW(lastx, x, 0); in seed48()
163 return (lastx); in seed48()
/titanic_41/usr/src/uts/common/os/
H A Dpriv.c228 char *lastx = x + prpriv->pr_infosize; in priv_pr_spriv() local
230 while (x < lastx) { in priv_pr_spriv()
251 lastx - x > pi->priv_info_size) { in priv_pr_spriv()
/titanic_41/usr/src/uts/sparc/ipf/
H A Dipf.global-objs.debug6483 lastx
/titanic_41/usr/src/uts/intel/ipf/
H A Dipf.global-objs.debug6483 lastx
/titanic_41/usr/src/uts/common/inet/ipf/
H A Ddrand48.c97 static unsigned short lastx[3]; variable