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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c120 : (pos - off >= PL_bostr) \
238 (IV)(PL_reg_start_tmp[paren] - PL_bostr),
295 PL_regstartp[paren] = HOPc(input, -1) - PL_bostr; \
296 PL_regendp[paren] = input - PL_bostr; \
1166 if (s == PL_bostr)
1169 U8 *r = reghop3((U8*)s, -1, (U8*)PL_bostr);
1189 tmp = (s != PL_bostr) ? UCHARAT(s - 1) : '\n';
1209 if (s == PL_bostr)
1212 U8 *r = reghop3((U8*)s, -1, (U8*)PL_bostr);
1230 tmp = (s != PL_bostr)
[all...]
H A Dperlapi.h731 #undef PL_bostr
732 #define PL_bostr (*Perl_Tbostr_ptr(aTHX))
H A Dembedvar.h47 #define PL_bostr (vTHX->Tbostr) macro
1156 #define PL_bostr (aTHX->Tbostr) macro
1296 #define PL_Tbostr PL_bostr
H A Dpp_hot.c1315 PL_bostr = truebase;
2036 PL_bostr = orig;
H A Dregcomp.c5076 SAVEPPTR(PL_bostr);
H A Dsv.c11378 PL_bostr = Nullch;

Completed in 254 milliseconds