Home
last modified time | relevance | path

Searched refs:PL_bostr (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c129 : (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 …]
Dembedvar.h49 #define PL_bostr (vTHX->Tbostr) macro
1167 #define PL_bostr (aTHX->Tbostr) macro
1307 #define PL_Tbostr PL_bostr
Dperlapi.h756 #undef PL_bostr
757 #define PL_bostr (*Perl_Tbostr_ptr(aTHX))
Dpp_hot.c1327 PL_bostr = (char *)truebase; in PP()
2062 PL_bostr = orig; in PP()
Dregcomp.c5052 SAVEPPTR(PL_bostr); in Perl_save_re_context()
Dsv.c11644 PL_bostr = Nullch; in perl_clone_using()
DChanges5.8.111464 PL_bostr before calling find_byclass when regexp has
11465 ROPT_UTF8 flag on. But right value for PL_bostr is set