Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c389 lastx = scrco; in _updateln()
404 if (wx >= lastx) in _updateln()
415 for (; lastx > wx; --lastx) in _updateln()
422 for (; lastx < scrco; ++wp, ++sp, ++lastx) in _updateln()
449 video_attrx = color_attrx = (lastx >= scrco) ? lastx - 1 : in _updateln()
450 lastx; in _updateln()
490 endns < wx || (endns >= lastx && (scrco - lastx) > SLACK)) { in _updateln()
507 if (idcx < lastx && endns >= lastx) in _updateln()
508 lastx = scrco; in _updateln()
514 if (lastx == scrco) in _updateln()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1687 lastx = -(slop + 1); in reset()
1714 lastx = -(slop + 1); in resetpos()
2226 lastx = hpos; in xymove()
2366 if ( ABS(hpos - lastx) > slop ) in oput()
2383 lastx += lastw; in oput()
2435 lastx = stringstart = hpos; in starttext()
2527 lastx = stringstart = hpos; in endstring()
2532 dx = hpos - lastx; in endstring()
2541 line[textcount].start = lastx; in endstring()
2548 lastx += dx; in endstring()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c99 static unsigned short lastx[3]; variable
158 SETLOW(lastx, x, 0); in seed48()
161 return (lastx); in seed48()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv.c227 char *lastx = x + prpriv->pr_infosize; in priv_pr_spriv() local
229 while (x < lastx) { in priv_pr_spriv()
250 lastx - x > pi->priv_info_size) { in priv_pr_spriv()
/illumos-gate/usr/src/uts/intel/ipf/
H A Dipf.global-objs.debug6490 lastx
/illumos-gate/usr/src/uts/sparc/ipf/
H A Dipf.global-objs.debug6483 lastx
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c97 static unsigned short lastx[3]; variable