Home
last modified time | relevance | path

Searched refs:RX_SUBBEG (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5010001100 RX_SUBBEG # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregexp.h629 # define RX_SUBBEG(rx_sv) (RXp_SUBBEG(ReANY(rx_sv))) macro
H A Dpp_ctl.c358 if (RX_MATCH_COPIED(rx) && RX_SUBBEG(rx) != orig) { in PP()
362 cx->sb_orig = orig = RX_SUBBEG(rx); in PP()
441 *p++ = PTR2UV(RX_MATCH_COPIED(rx) ? RX_SUBBEG(rx) : NULL); in Perl_rxres_save()
450 *p++ = PTR2UV(RX_SUBBEG(rx)); in Perl_rxres_save()
481 RX_SUBBEG(rx) = INT2PTR(char*,*p++); in S_rxres_restore()
H A Dmg.c708 const char * const b = RX_SUBBEG(rx); in Perl_magic_regdatum_get()