Searched refs:PERL_MAGIC_regex_global (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | magic_defs | 28 __UNDEFINED__ PERL_MAGIC_regex_global 'g'
|
H A D | magic | 228 if (mg->mg_ptr && mg->mg_type != PERL_MAGIC_regex_global) {
|
/openbsd/gnu/usr.bin/perl/ |
H A D | mg_names.inc | 24 { PERL_MAGIC_regex_global, "regex_global(g)" },
|
H A D | mg.h | 76 assert_((mg)->mg_type == PERL_MAGIC_regex_global) \
|
H A D | mg_vtable.h | 31 #define PERL_MAGIC_regex_global 'g' /* m//g target */ macro
|
H A D | mg.c | 423 return S_mg_findext_flags(sv, PERL_MAGIC_regex_global, 0, 0); in Perl_mg_find_mglob() 2770 assert(mg->mg_type == PERL_MAGIC_regex_global && mg->mg_len >= -1); in Perl_magic_freemglob()
|
H A D | dump.c | 1589 if (mg->mg_type == PERL_MAGIC_regex_global && in Perl_do_magic_dump() 1602 if (mg->mg_type == PERL_MAGIC_regex_global && in Perl_do_magic_dump()
|
H A D | sv.c | 3587 MAGIC * mg = mg_find(sv, PERL_MAGIC_regex_global); in Perl_sv_utf8_upgrade_flags_grow() 3641 MAGIC * mg = mg_find(sv, PERL_MAGIC_regex_global); in Perl_sv_utf8_downgrade_flags() 3732 MAGIC * mg = mg_find(sv, PERL_MAGIC_regex_global); in Perl_sv_utf8_decode() 5915 return sv_magicext(sv, NULL, PERL_MAGIC_regex_global, 6010 if (mg->mg_ptr && mg->mg_type != PERL_MAGIC_regex_global) { 14228 if (nmg->mg_ptr && nmg->mg_type != PERL_MAGIC_regex_global) { 16620 MAGIC * mg = mg_find(sv, PERL_MAGIC_regex_global);
|
H A D | inline.h | 328 assert(mg->mg_type == PERL_MAGIC_regex_global); in S_MgBYTEPOS()
|
H A D | perl.c | 1537 if (mg->mg_ptr && mg->mg_type != PERL_MAGIC_regex_global in perl_destruct()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5007002 | 67 PERL_MAGIC_regex_global # E
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 467 PERL_MAGIC_regex_global # T
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12352 #ifndef PERL_MAGIC_regex_global 12353 # define PERL_MAGIC_regex_global 'g' macro 16387 if (mg->mg_ptr && mg->mg_type != PERL_MAGIC_regex_global) { in DPPP_()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 618 AmnhUd||PERL_MAGIC_regex_global
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 1529 g PERL_MAGIC_regex_global vtbl_mglob m//g target 1605 =for apidoc_item ||PERL_MAGIC_regex_global
|