Searched refs:stashes (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.pm | 22 my @stashes = ('XS::APItest::', \%XS::APItest::); 23 while (my ($stash_name, $stash) = splice @stashes, 0, 2) { 30 push @stashes, "$stash_name$sym_name", *{$glob}{HASH};
|
/openbsd/gnu/usr.bin/perl/ |
H A D | mro_core.c | 763 HV *stashes; in Perl_mro_package_moved() local 868 stashes = (HV *) newSV_type_mortal(SVt_PVHV); in Perl_mro_package_moved() 870 stashes, (HV *) newSV_type_mortal(SVt_PVHV), in Perl_mro_package_moved() 876 hv_iterinit(stashes); in Perl_mro_package_moved() 877 while((iter = hv_iternext(stashes))) { in Perl_mro_package_moved() 901 S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes, in S_mro_gather_and_rename() argument 951 stashes, (const char *)&oldstash, sizeof(HV *), in S_mro_gather_and_rename() 1050 stashes, (const char *)&stash, sizeof(HV *), in S_mro_gather_and_rename() 1114 stashes, (const char *)&revstash, sizeof(HV *), in S_mro_gather_and_rename() 1206 stashes, seen_stashes, in S_mro_gather_and_rename() [all …]
|
H A D | sv.c | 14573 av_push(param->stashes, dsv); 15954 param->stashes = newAV(); /* Setup array of objects to call clone on */ 15961 AvREAL_off(param->stashes); 16345 while(av_count(param->stashes) != 0) { 16346 HV* const stash = MUTABLE_HV(av_shift(param->stashes)); 16372 SvREFCNT_dec(param->stashes); 16440 SvREFCNT_dec(param->stashes); 16473 param->stashes = (AV *)Perl_newSV_type(to, SVt_PVAV); 16474 AvREAL_off(param->stashes);
|
H A D | sv.h | 2518 AV* stashes; member
|
H A D | proto.h | 7312 S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes, HV *stash, HV *oldstash,… 7314 assert(stashes); assert(seen_stashes); assert(namesv)
|
H A D | MANIFEST | 6980 t/op/stash.t See if %:: stashes work 6995 t/op/symbolcache.t See if undef/delete works on stashes with functions 7233 t/uni/stash.t See if Unicode stashes work
|
H A D | embed.fnc | 4668 |NN HV * const stashes \
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 1373 clone_params.stashes = newAV(); 1383 SvREFCNT_dec(clone_params.stashes); 1803 clone_params.stashes = newAV(); 1814 SvREFCNT_dec(clone_params.stashes);
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | problems.t | 53 # This tests for too much destruction which was caused by cloning stashes
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Glob.xs | 425 param.stashes = NULL;
|
/openbsd/gnu/usr.bin/perl/dist/Safe/ |
H A D | Changes | 54 - Clean the stashes from the Safe compartment after evaluation of code.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5140delta.pod | 674 lexicals since 5.6.0, and warned for stashes and other package 681 =head3 Clearing stashes 3719 In addition, various other bugs related to typeglobs and stashes have been 3727 tables (stashes), typeglobs, and subroutines. This has the effect that 3728 various edge cases related to deleting stashes or stash entries (for example,
|
H A D | perlguts.pod | 894 L</Stashes and Globs> for information on converting class names into stashes.
|
H A D | perldiag.pod | 1567 for example by undefining stashes: C<undef %Some::Package::>.
|
H A D | perlfunc.pod | 6997 Neither of these forms will autovivify any stashes at compile time and
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 3653 S |void |mro_gather_and_rename|NN HV * const stashes \
|