Home
last modified time | relevance | path

Searched refs:PVBM (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/io/
H A Dpvbm.t16 sub PVBM () { 'foo' } subroutine
17 { my $dummy = index 'foo', PVBM }
27 my $pvbm = PVBM;
34 my $pvbm = PVBM;
40 my $pvbm = PVBM;
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_taint.t55 sub PVBM () { 'foo' } subroutine
56 { my $dummy = index 'foo', PVBM }
58 eval { IO::Handle::untaint(PVBM) };
61 eval { IO::Handle::untaint(\PVBM) };
/openbsd/gnu/usr.bin/perl/t/op/
H A Dinc.t284 sub PVBM () { 'foo' }
285 { my $dummy = index 'foo', PVBM }
287 isnt(scalar eval { my $pvbm = PVBM; $pvbm++ }, undef, "postincrement defined");
288 isnt(scalar eval { my $pvbm = PVBM; $pvbm-- }, undef, "postdecrement defined");
289 isnt(scalar eval { my $pvbm = PVBM; ++$pvbm }, undef, "preincrement defined");
290 isnt(scalar eval { my $pvbm = PVBM; --$pvbm }, undef, "predecrement defined");
H A Dinccode.t243 sub PVBM () { 'foo' }
244 { my $dummy = index 'foo', PVBM }
251 unshift @INC, sub { PVBM };
257 unshift @INC, sub { \PVBM };
H A Dhash.t13 use constant PVBM => 'foo';
15 my $dummy = index 'foo', PVBM;
16 eval { my %h = (a => PVBM); 1 };
H A Dindex.t194 use constant {PVBM => 'galumphing', PVBM2 => 'bang'};
197 is(index('galumphing', PVBM), 0,
203 formline PVBM;
H A Dpostfixderef.t280 sub PVBM () { 'foo' }
283 is("$pvbm_r", "".\&PVBM, "postfix and prefix mechanisms provide same result");
284 my $pvbm = PVBM;
H A Dbop.t462 sub PVBM () { "X" }
463 1 if index "foo", PVBM;
483 [PVBM, "X", "PVBM" ],
484 [\PVBM, "S", "PVBM ref" ],
H A Dref.t202 sub PVBM () { 'foo' }
203 { my $dummy = index 'foo', PVBM }
223 [ 'PVBM', SCALAR => \PVBM ],
H A Dmagic.t185 sub PVBM () { 'foo' }
186 index 'foo', PVBM;
187 my $pvbm = PVBM;
H A Dlex_assign.t199 is($@, '', 'ex-PVBM assert'.$@);
H A Dattrs.t205 ok !defined(eval 'attributes::get(\PVBM)'),
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs1729 PVBM = 2
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5101delta.pod1580 C<PVBM> and C<PVGV>.
H A Dperl589delta.pod2079 interaction between the internal types C<PVBM> and C<PVGV>.
H A Dperl5120delta.pod1889 the internal types C<PVBM> and C<PVGV>.