Home
last modified time | relevance | path

Searched refs:Perl_re_intuit_string (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/re/
Dre.xs41 PL_regint_string = Perl_re_intuit_string; in uninstall()
/mirbsd/src/gnu/usr.bin/perl/
Dthrdvar.h235 PERLVARI(Tregint_string,re_intuit_string_t, MEMBER_TO_FPTR(Perl_re_intuit_string))
Dglobal.sym372 Perl_re_intuit_string
Dregcomp.c49 # define Perl_re_intuit_string my_re_intuit_string macro
4879 Perl_re_intuit_string(pTHX_ regexp *prog) in Perl_re_intuit_string() function
Dembed.h671 #define re_intuit_string Perl_re_intuit_string
2722 #define re_intuit_string(a) Perl_re_intuit_string(aTHX_ a)
Dperl.c5086 PL_regint_string = MEMBER_TO_FPTR(Perl_re_intuit_string);
Dutil.c3294 PL_regint_string = MEMBER_TO_FPTR(Perl_re_intuit_string);
Dproto.h1037 PERL_CALLCONV SV* Perl_re_intuit_string(pTHX_ regexp* prog);