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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwnoutref.c56 short y, x, xorg, yorg, scrli, scrco, local
70 yorg = win->_begy + win->_yoffset;
76 ((y = win->_cury + yorg) >= 0) && (y < scrli) &&
95 boty = win->_maxy+yorg;
96 if (yorg >= sminy && yorg < smaxy && boty >= smaxy)
101 boty -= yorg;
113 hash = _VIRTHASH + yorg;
114 sbch = _virtscr->_firstch + yorg;
115 sech = _virtscr->_lastch + yorg;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm526 my ($c,$x,$yorg) = @_;
535 if (@$x == 1 && @$yorg == 1)
537 # shortcut, $yorg and $x are two small numbers
540 my $r = [ $x->[0] % $yorg->[0] ];
541 $x->[0] = int($x->[0] / $yorg->[0]);
546 $x->[0] = int($x->[0] / $yorg->[0]);
552 if (@$yorg == 1)
555 $rem = _mod($c,[ @$x ],$yorg) if wantarray;
559 my $y = $yorg->[0]; my $b;
574 if (@$yorg >
[all...]

Completed in 86 milliseconds