Searched refs:FETCHSIZE (Results 1 – 18 of 18) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/ |
| D | Array.pm | 19 my $i = $obj->FETCHSIZE; 26 my $newsize = $obj->FETCHSIZE - 1; 38 my $sz = $obj->FETCHSIZE; 90 sub FETCHSIZE { scalar @{$_[0]} } subroutine 105 my $sz = $ob->FETCHSIZE;
|
| D | File.pm | 263 sub FETCHSIZE { subroutine 279 my $olen = $self->FETCHSIZE; 316 $self->SPLICE($self->FETCHSIZE, scalar(@_), @_); 324 my $size = $self->FETCHSIZE; 375 my $lastrec = $self->FETCHSIZE-1; 397 $n < $self->FETCHSIZE; 435 my $oldsize = $self->FETCHSIZE;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Env.pm | 133 sub FETCHSIZE { subroutine 223 sub FETCHSIZE { subroutine
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/Array/ |
| D | push.t | 17 sub FETCHSIZE { scalar(@{$_[0]}) }
|
| /mirbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | our.t | 23 return 1 if /FETCHSIZE|FIRSTKEY/;
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | avhv.t | 21 sub FETCHSIZE { scalar(@{$_[0]})}
|
| D | tiearray.t | 34 sub FETCHSIZE
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltie.pod | 198 methods: TIEARRAY, FETCH, STORE, FETCHSIZE, STORESIZE and perhaps UNTIE and/or DESTROY. 200 FETCHSIZE and STORESIZE are used to provide C<$#array> and 271 will be translated to a positive one internally by calling FETCHSIZE 300 $self->EXTEND( $index ) if $index > $self->FETCHSIZE(); 307 =item FETCHSIZE this 308 X<FETCHSIZE> 313 sub FETCHSIZE { 333 if ( $count > $self->FETCHSIZE() ) { 334 foreach ( $count - $self->FETCHSIZE() .. $count ) { 337 } elsif ( $count < $self->FETCHSIZE() ) { [all …]
|
| D | perl581delta.pod | 193 the actual argument was negative, Perl would call FETCHSIZE implicitly
|
| D | perltoc.pod | 3023 this, index, value X<STORE>, FETCHSIZE this X<FETCHSIZE>, STORESIZE this, 20558 FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
|
| D | perlfunc.pod | 6226 FETCHSIZE this
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Class/ |
| D | Struct.pm | 46 sub FETCHSIZE { subroutine
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | tied.t | 83 sub FETCHSIZE {
|
| D | tied_hook.t | 100 sub FETCHSIZE {
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DB_File/ |
| D | DB_File.pm | 347 my $size = $self->FETCHSIZE();
|
| D | DB_File.xs | 1823 ALIAS: FETCHSIZE = 1
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/t/ |
| D | multi.t | 108 sub FETCHSIZE { 100 }
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DB_File/t/ |
| D | db-recno.t | 32 sub try::FETCHSIZE { $FA = 1 }
|