Home
last modified time | relevance | path

Searched refs:stashes (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm22 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 Dmro_core.c763 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 Dsv.c14573 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 Dsv.h2518 AV* stashes; member
H A Dproto.h7312 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 DMANIFEST6980 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 Dembed.fnc4668 |NN HV * const stashes \
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs1373 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 Dproblems.t53 # This tests for too much destruction which was caused by cloning stashes
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A DGlob.xs425 param.stashes = NULL;
/openbsd/gnu/usr.bin/perl/dist/Safe/
H A DChanges54 - Clean the stashes from the Safe compartment after evaluation of code.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5140delta.pod674 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 Dperlguts.pod894 L</Stashes and Globs> for information on converting class names into stashes.
H A Dperldiag.pod1567 for example by undefining stashes: C<undef %Some::Package::>.
H A Dperlfunc.pod6997 Neither of these forms will autovivify any stashes at compile time and
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3653 S |void |mro_gather_and_rename|NN HV * const stashes \