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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c1230 char *truebase; /* Start of string */ local
1275 truebase = t = s;
1307 t = s = rx->endp[0] + truebase;
1315 PL_bostr = truebase;
1328 if (CALLREGEXEC(aTHX_ rx, s, strend, truebase, minmatch, TARG, NULL, r_flags))
1359 s = rx->startp[i] + truebase;
1429 rx->subbeg = truebase;
1430 rx->startp[0] = s - truebase;
1433 rx->endp[0] = t - truebase;
1436 rx->endp[0] = s - truebase
[all...]

Completed in 35 milliseconds