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

/macosx-10.10.1/screen-22/screen/
H A Dlayer.c137 int y2, xs2, xe2; local
147 xs2 = xs + vp->v_xoff;
149 if (xs2 < vp->v_xs)
150 xs2 = vp->v_xs;
153 if (xs2 > xe2)
158 ScrollH(y2, xs2, xe2, n, bce, ol ? mloff(ol, -vp->v_xoff) : 0);
159 if (xe2 - xs2 == xe - xs)
163 xs2 = xe2 + 1 - n;
168 xe2 = xs2 - 1 - n;
169 xs2
189 int ys2, ye2, xs2, xe2; local
251 int xs2, xe2, y2, f; local
290 InsChar(RECODE_MCHAR(c2), xs2, xe2, y2, mloff(rol, -vp->v_xoff)); local
342 int xs2, xe2, y2; local
381 PutChar(RECODE_MCHAR(&mc), xs2++, y2); local
402 int xs2, xe2, y2, len, len2; local
471 int y2, xs2, xe2; local
508 int xs2, ys2, xe2, ye2; local
579 int xs2, xe2, y2; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/eg/
H A Dbench14 "JSON::XS/2" => ['$xs2->encode ($perl)' , '$xs2->decode ($json)'],
35 my $xs2 = JSON::XS->new->utf8->pretty->canonical;

Completed in 123 milliseconds