HomeSort by relevance Sort by last modified time
    Searched refs:lastx (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/ipf/
ipf.global-objs.debug64 59 lastx
  /onnv/onnv-gate/usr/src/uts/sparc/ipf/
ipf.global-objs.debug64 64 lastx
  /onnv/onnv-gate/usr/src/cmd/tplot/
vplot.c 67 int lastx; variable
216 lastx = mapx(getw(stdin));
218 line(x1, y1, lastx, lasty);
222 lastx = mapx(getw(stdin));
241 lastx = mapx(getw(stdin));
243 point(lastx, lasty);
244 point(lastx+1, lasty);
245 point(lastx, lasty+1);
246 point(lastx+1, lasty+1);
253 line(lastx, lasty, x1, y1)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
wrefresh.c 373 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 < scrco; ++wp, ++sp, ++lastx
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
drand48.c 85 static unsigned short lastx[3]; variable
141 SETLOW(lastx, x, 0);
143 return (lastx);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
dpost.c 414 float lastx = -1; /* printer's current position */ variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
postdaisy.c 142 int lastx = -1; /* printer's last horizontal */ variable
836 lastx = hpos;
894 lastx = hpos;
1189 stringstart = lastx = hpos;
1239 lastx = stringstart = hpos;
1258 * mode hasn't been tested but it should be close. hpos and lastx should disagree
1277 if ( lastx != hpos )
1286 lastx += lasthmi;
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
drand48.c 101 static unsigned short lastx[3]; variable
160 SETLOW(lastx, x, 0);
163 return (lastx);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rand/
rand_win.c 601 static int lastx,lasty,lastdx,lastdy; local
606 dx=lastx-x;
610 lastx=x, lasty=y;
  /onnv/onnv-gate/usr/src/uts/common/os/
priv.c 213 char *lastx = x + prpriv->pr_infosize; local
215 while (x < lastx) {
236 lastx - x > pi->priv_info_size) {
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
drand48.c 97 static unsigned short lastx[3]; variable

Completed in 1869 milliseconds