Searched refs:PL_bostr (Results 1 – 7 of 7) sorted by relevance
129 : (pos - off >= PL_bostr) \252 (IV)(PL_reg_start_tmp[paren] - PL_bostr), in S_regcppop()309 PL_regstartp[paren] = HOPc(input, -1) - PL_bostr; \310 PL_regendp[paren] = input - PL_bostr; \1184 if (s == PL_bostr) in S_find_byclass()1187 U8 *r = reghop3((U8*)s, -1, (U8*)PL_bostr); in S_find_byclass()1207 tmp = (s != PL_bostr) ? UCHARAT(s - 1) : '\n'; in S_find_byclass()1227 if (s == PL_bostr) in S_find_byclass()1230 U8 *r = reghop3((U8*)s, -1, (U8*)PL_bostr); in S_find_byclass()1248 tmp = (s != PL_bostr) ? UCHARAT(s - 1) : '\n'; in S_find_byclass()[all …]
49 #define PL_bostr (vTHX->Tbostr) macro1167 #define PL_bostr (aTHX->Tbostr) macro1307 #define PL_Tbostr PL_bostr
756 #undef PL_bostr757 #define PL_bostr (*Perl_Tbostr_ptr(aTHX))
1327 PL_bostr = (char *)truebase; in PP()2062 PL_bostr = orig; in PP()
5052 SAVEPPTR(PL_bostr); in Perl_save_re_context()
11644 PL_bostr = Nullch; in perl_clone_using()
11464 PL_bostr before calling find_byclass when regexp has11465 ROPT_UTF8 flag on. But right value for PL_bostr is set