Searched refs:sxr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl341 foreach { sxl syt sxr syb} $oldsr break
342 if {[llength $oldsr] && (($sxr - $sxl) > 0) && (($syb - $syt) > 0)} {
354 if {$xr > $sxr} { set xr $sxr }
360 set xcfrac [expr {double((($xr + $xl)/2) - $sxl) / ($sxr - $sxl)}]
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c2574 int pmr, pmc, smr, smc, sxr, sxc; local
2580 sxr = NUM2INT(smaxrow);
2584 prefresh(padp->window, pmr, pmc, smr, smc, sxr, sxc);
2606 int pmr, pmc, smr, smc, sxr, sxc; local
2612 sxr = NUM2INT(smaxrow);
2617 pnoutrefresh(padp->window, pmr, pmc, smr, smc, sxr, sxc);
2619 prefresh(padp->window, pmr, pmc, smr, smc, sxr, sxc);

Completed in 118 milliseconds