Home
last modified time | relevance | path

Searched refs:Perl_dump_packsubs (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dglobal.sym120 Perl_dump_packsubs
Ddump.c54 Perl_dump_packsubs(pTHX_ HV *stash) in Perl_dump_packsubs() function
Dembed.h237 #define dump_packsubs Perl_dump_packsubs
2293 #define dump_packsubs(a) Perl_dump_packsubs(aTHX_ a)
Dproto.h320 PERL_CALLCONV void Perl_dump_packsubs(pTHX_ HV* stash);
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod1829 op tree, C<Perl_dump_packsubs> which calls C<Perl_dump_sub> on all the
1833 (gdb) print Perl_dump_packsubs(PL_defstash)