| /mirbsd/src/gnu/usr.bin/perl/ext/Filter/Util/Call/ |
| D | Call.pm | 48 my $coderef = (ref $obj eq 'CODE') ; 53 $obj = bless ($obj, (caller)[0]) unless $coderef ; 56 Filter::Util::Call::real_import($obj, (caller)[0], $coderef) ;
|
| D | Call.xs | 213 real_import(object, perlmodule, coderef) in real_import() argument 216 int coderef in real_import() 228 CODE_REF(sv) = coderef ; in real_import()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | fallback.t | 159 is($dst, $ac, "coderef encode"); 160 is($src, $uo, "coderef residue encode"); 164 is($dst, $uc, "coderef decode"); 165 is($src, $ao, "coderef residue decode");
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | concise.t | 182 like ($@, qr/^err: not a coderef: $typ/, 199 like ($res, qr/coderef CODE\(0x[0-9a-fA-F]+\) has no START/, 211 like ($res, qr/coderef CODE\(0x[0-9a-fA-F]+\) has no START/, 224 like ($res, qr/coderef CODE\(0x[0-9a-fA-F]+\) has no START/,
|
| D | deparse.t | 58 my $coderef = eval "sub {$input}"; 65 my $deparsed = $deparse->coderef2text( $coderef );
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/B/ |
| D | Concise.pm | 135 my($order, $coderef, $name) = @_; 136 my $codeobj = svref_2object($coderef); 147 my $coderef = *s{CODE} or next; 150 my $codeobj = svref_2object($coderef);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Benchmark.t | 56 my $coderef = sub {$baz += fib($ballast)}; 60 my $threesecs = countit(0, $coderef); 70 my $onesec = countit(1, $coderef);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Html.pm | 1592 ( $url, $fid ) = coderef( $page, $ident ); 1624 ( $url, $fid ) = coderef( $page, $ident ); 1714 my( $url, $fid ) = coderef( undef(), $text ); 1894 sub coderef($$){ subroutine
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | inccode.t | 198 is( $filename, 'seen', 'the coderef sees fully-qualified pathnames' );
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlref.pod | 74 $coderef = \&handler; 159 $coderef = sub { print "Boink!\n" }; 165 C<eval("...")>), $coderef will still have a reference to the I<same> 253 $coderef = *handler{CODE}; 318 &$coderef(1,2,3); 343 &{$coderef}(1,2,3); 377 $coderef->(1,2,3); # Subroutine call
|
| D | perl573delta.pod | 116 document the coderef-in-@INC feature
|
| D | perlipc.pod | 950 my $coderef = shift; 952 unless (@_ == 0 && $coderef && ref($coderef) eq 'CODE') { 969 exit &$coderef(); 1102 my $coderef = shift; 1104 unless (@_ == 0 && $coderef && ref($coderef) eq 'CODE') { 1121 exit &$coderef();
|
| D | perl588delta.pod | 380 A coderef is now acceptable for C<CHECK>!
|
| D | perltooc.pod | 1089 if (my $coderef = $self->can($parent . "::CData1")) { 1090 $self->$coderef($newvalue);
|
| D | perlboot.pod | 60 Wow. That symbolic coderef de-referencing there is pretty nasty.
|
| D | perl571delta.pod | 489 You can now install coderef handlers, 'DEFAULT', and 'IGNORE'
|
| D | perl5004delta.pod | 266 =item $coderef->(PARAMS)
|
| D | perltoc.pod | 7201 =item C<sort $coderef @foo> allowed 7585 =item C<sort $coderef @foo> allowed 8165 $coderef->(PARAMS) 12543 =item coderef for CHECK
|
| D | perl56delta.pod | 363 =head2 C<sort $coderef @foo> allowed
|
| D | perl58delta.pod | 1400 You can now install coderef handlers, 'DEFAULT', and 'IGNORE'
|
| D | perl561delta.pod | 961 =head2 C<sort $coderef @foo> allowed
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/ |
| D | Maketext.pod | 244 If the value is a coderef, we return &$value($lh, ...parameters...). 248 it into a sub, replace the string in the %Lexicon with the new coderef, 256 Also, calling &$coderef($lh, ...parameters...) can throw any sort of 515 a defined scalar, scalarref, or coderef. The use of these is 954 coderef, then $lh->maketext(I<key>,...params...) gives up and calls: 966 # Set to a coderef:
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | Changes | 7 Now accepts coderef for CHECK! 479 format for coderef aliasing. See Encode::Alias for details
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/ |
| D | TPJ13.pod | 540 an anonymous sub (or, conceivably, a coderef), it would be interpreted
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.7 | 3619 Subject: [perl #32327] Benchmark calls coderef with spurious arguments
|