/openbsd/gnu/usr.bin/perl/lib/Tie/ |
H A D | Hash.pm | 234 $key = $self->NEXTKEY(@_, $key); 252 sub NEXTKEY { each %{$_[0]} } subroutine 264 sub NEXTKEY { each %{$_[0][0]} } subroutine
|
H A D | SubstrHash.pm | 138 goto &NEXTKEY; 141 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Memoize/Memoize/ |
H A D | Expire.pm | 87 &NEXTKEY; 90 sub NEXTKEY { subroutine
|
H A D | Storable.pm | 57 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | reg_nc_tie.t | 68 is(Tie::Hash::NamedCapture::NEXTKEY(undef, undef), undef, 'NEXTKEY with undef'); 78 [NEXTKEY => '$lastkey'],
|
/openbsd/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/ |
H A D | RefHash.pm | 220 $s->NEXTKEY; 223 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/ |
H A D | PrfDB.pm | 93 sub NEXTKEY { subroutine 183 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | newAV.t | 42 sub NEXTKEY { return; }
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | tie.t | 601 sub NEXTKEY { each %{$_[0]} } 1528 sub NEXTKEY { $n++; each %{$_[0]} } 1544 sub NEXTKEY { $n++; each %{$_[0]} } 1561 sub NEXTKEY { $n++; each %{$_[0]} } 1579 sub NEXTKEY { $n++; each %{$_[0]} } 1657 sub NEXTKEY { 1700 NEXTKEY is Note 1
|
H A D | tiehash.t | 43 sub NEXTKEY {
|
H A D | tiearray.t | 309 sub NEXTKEY { }
|
H A D | svleak.t | 412 sub NEXTKEY { each %{$_[0][0]} }
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ |
H A D | ExtAttr.pm | 45 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/ |
H A D | Dir.pm | 105 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | flags.t | 40 sub NEXTKEY {
|
H A D | tied.t | 53 sub NEXTKEY { subroutine
|
H A D | tied_hook.t | 54 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/ext/VMS-DCLsym/ |
H A D | DCLsym.pm | 128 sub NEXTKEY { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/ |
H A D | Packlist.t | 52 is( ExtUtils::Packlist::NEXTKEY($pl), $second,
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
H A D | REXX.pm | 144 sub NEXTKEY subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/ |
H A D | Packlist.pm | 92 sub NEXTKEY subroutine
|
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | hints.t | 150 sub NEXTKEY { each %{$_[0][0]} }
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | DB_File.pm | 110 sub NEXTKEY { my $self = shift ; $self->NotHere("NEXTKEY") } subroutine
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perltie.pod | 513 and NEXTKEY implement the keys() and each() functions to iterate over all 793 =item NEXTKEY this, lastkey 794 X<NEXTKEY> 801 NEXTKEY is always called in scalar context and it should just 808 sub NEXTKEY { 1229 through all the entries with FIRSTKEY/NEXTKEY.
|
H A D | perl5221delta.pod | 84 The usage of C<FIRSTKEY> and C<NEXTKEY> has been clarified.
|