Searched defs:c23 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dtie.t25 sub c23 { 23 } subroutine
66 # Now something tricky---we'll memoize c23 with the wrong table that
68 memoize 'c23',
73 my $t3 = c23($ARG);
74 my $t4 = c23($ARG);
79 unmemoize 'c23';
H A Dtie_ndbm.t16 sub c23 { 23 } subroutine
62 # Now something tricky---we'll memoize c23 with the wrong table that
64 memoize 'c23',
69 my $t3 = c23();
70 my $t4 = c23();
75 unmemoize 'c23';
H A Dtie_sdbm.t16 sub c23 { 23 } subroutine
61 # Now something tricky---we'll memoize c23 with the wrong table that
63 memoize 'c23',
68 my $t3 = c23();
69 my $t4 = c23();
74 unmemoize 'c23';
H A Dtie_storable.t21 sub c23 { 23 } subroutine
68 # Now something tricky---we'll memoize c23 with the wrong table that
70 memoize 'c23',
75 my $t3 = c23();
76 my $t4 = c23();
81 unmemoize 'c23';

Completed in 21 milliseconds