Searched refs:lasty (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp34 extern int lasty;
79 | picture is drawn, current position is (lastx, lasty).
283 int savelasty = lasty; /* vertical motion for text is to be */
331 lasty = savelasty; /* vertical position restored to where it */
434 | motions don't affect `page' ones, `lasty' isn't updated.
463 if ((dy = py - lasty)) {
466 lastyline = lasty = py; /* lasty is always set to current */
491 if ((dy = iy - lasty)) {
494 lastyline = lasty
[all...]
H A Dmain.cpp117 int lasty; variable
572 lastyline = lasty = ytop; /* corner of the picture) */
593 lastyline = lasty = ytop;
606 lastyline = lasty = ytop;
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c598 static int lastx, lasty, lastdx, lastdy; local
604 dy = lasty - y;
607 lastx = x, lasty = y;

Completed in 94 milliseconds