Searched refs:tie (Results 1 - 25 of 119) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dassignwarn.t22 sub tiex { tie $_[0], 'main' }
31 for my $tie ("", ", tied") {
33 { my $x; tiex $x if $tie; $x ++; ok ! uninitialized, "postinc$tie"; }
34 { my $x; tiex $x if $tie; $x --; ok ! uninitialized, "postdec$tie"; }
35 { my $x; tiex $x if $tie; ++ $x; ok ! uninitialized, "preinc$tie"; }
36 { my $x; tiex $x if $tie; -- $x; ok ! uninitialized, "predec$tie"; }
[all...]
H A Dtie.t41 tie %h, Tie::StdHash;
55 tie %h, Tie::HashUntie;
63 $a = tie %h, Tie::StdHash;
70 tie %h, Tie::StdHash;
78 $a = tie %h, Tie::StdHash;
86 tie %h, Tie::StdHash;
96 tie %h, Tie::StdHash;
104 $a = tie %h, Tie::StdHash;
113 tie %h, Tie::StdHash;
123 $a = tie
[all...]
H A Davhv.t60 tie @fake, 'Tie::StdArray';
68 tie @fake, 'Tie::BasicArray';
77 tie %fake, 'Tie::StdHash';
H A Dundef.t69 tie my %foo, 'Tie::StdHash';
77 tie my @foo, 'Tie::StdArray';
H A Drunlevel.t81 tie $bar, TEST;
102 tie $bar, TEST;
125 tie *FH, TEST;
230 tie $bar, TEST;
251 tie $bar, TEST;
280 tie $bar, TEST;
291 tie $bar, TEST;
344 tie my @bar, 'TEST';
352 tie %h, TH;
381 tie *STDER
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Array/
H A Dstd.t10 tie @foo,Tie::StdArray;
11 tie @ary,Tie::StdArray;
12 tie @bar,Tie::StdArray;
H A Dpush.t21 tie @x,Basic;
22 tie @get,Basic;
23 tie @got,Basic;
24 tie @tests,Basic;
H A Dsplice.t13 tie @a,Tie::StdArray;
H A Dstdpush.t10 tie @x,Tie::StdArray;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfilehandles.t12 tie *STDOUT, "Dev::Null" or die $!;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dour.t13 # tie, track, and report what calls are made
30 tie $x, 'TieAll';
31 tie @x, 'TieAll';
32 tie %x, 'TieAll';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dtied_items.t40 tie %h, "H";
55 tie @a, "A";
H A Dtied.t130 $c = tie %hash, TIED_HASH;
131 $d = tie @array, TIED_ARRAY;
132 tie $scalar, TIED_SCALAR;
199 tie $h->{'x'}, 'FAULT', $h, 'x';
217 tie $a, P; my $r = thaw freeze \$a; $b = $$r;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dinc_taint.t19 tie *NULL, 'Dev::Null' or die $!;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D09_gen_rs.t12 my $o = tie @a, 'Tie::File', $file,
79 $o = tie @a, 'Tie::File', $file,
98 $o = tie @a, 'Tie::File', $file,
100 or die "Couldn't tie file: $!";
110 $o = tie @a, 'Tie::File', $file,
112 or die "Couldn't tie file: $!";
118 $o = tie @a, 'Tie::File', $file,
120 or die "Couldn't tie file: $!";
134 $o = tie @a, 'Tie::File', $file,
136 or die "Couldn't tie fil
[all...]
H A D03_longfetch.t27 my $o = tie @a, 'Tie::File', $file, autochomp => 0;
H A D12_longfetch_rs.t24 my $o = tie @a, 'Tie::File', $file, autochomp => 0, recsep => 'blah';
H A D13_size_rs.t22 $o = tie @a, 'Tie::File', $file, recsep => 'blah';
37 $o = tie @a, 'Tie::File', $file, recsep => 'blah';
H A D14_lock.t34 $o = tie @a, 'Tie::File', $file, recsep => 'blah';
H A D24_cache_loop.t30 my $o = tie @a, 'Tie::File', $file, memory => $MAX, autodefer => 1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DVERSION_FROM.t33 my $stdout = tie *STDOUT, 'TieOut' or die;
H A Dprompt.t31 my $stdout = tie *STDOUT, 'TieOut' or die;
50 my $stdin = tie *STDIN, 'TieIn' or die;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/
H A Dstdhandle.t9 tie *tst,Tie::StdHandle;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Drefaddr.t22 tie *F, 'MyTie';
H A Dreftype.t22 tie *F, 'MyTie';

Completed in 132 milliseconds

12345