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

/macosx-10.10/groff-38/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;
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_win.c650 static int lastx,lasty,lastdx,lastdy; local
656 dy=lasty-y;
659 lastx=x, lasty=y;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mapproj/
H A Dtkmap.tcl220 || ([info exists lastx] && hypot($x-$lastx, $y-$lasty) > 0.25)} {
235 set lasty $y
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl763 set lasty [expr {[llength $comp_y_list] - 1}]
766 for {set j 0} {$j <= $lasty} {incr j} {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3545 SInt32 x, lastx, y, lasty; local
3646 lasty = -1;
3651 lasty = y - height - 1;
3654 while (ok && (--y != lasty))

Completed in 197 milliseconds