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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c268 int bpx; local
305 bpx = bp - str->str_ptr; /* prepare for possible relocation */
307 bp = str->str_ptr + bpx; /* reconstitute our pointer */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c6251 STRLEN bpx; local
6314 bpx = bp - (STDCHAR*)SvPVX(sv); /* box up before relocation */
6315 SvCUR_set(sv, bpx);
6317 bp = (STDCHAR*)SvPVX(sv) + bpx; /* unbox after relocation */
6349 bpx = bp - (STDCHAR*)SvPVX(sv); /* box up before relocation */
6350 SvCUR_set(sv, bpx);
6351 SvGROW(sv, bpx + cnt + 2);
6352 bp = (STDCHAR*)SvPVX(sv) + bpx; /* unbox after relocation */

Completed in 44 milliseconds