Searched refs:PVBM (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | pvbm.t | 16 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 D | io_taint.t | 55 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 D | inc.t | 284 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 D | inccode.t | 243 sub PVBM () { 'foo' } 244 { my $dummy = index 'foo', PVBM } 251 unshift @INC, sub { PVBM }; 257 unshift @INC, sub { \PVBM };
|
H A D | hash.t | 13 use constant PVBM => 'foo'; 15 my $dummy = index 'foo', PVBM; 16 eval { my %h = (a => PVBM); 1 };
|
H A D | index.t | 194 use constant {PVBM => 'galumphing', PVBM2 => 'bang'}; 197 is(index('galumphing', PVBM), 0, 203 formline PVBM;
|
H A D | postfixderef.t | 280 sub PVBM () { 'foo' } 283 is("$pvbm_r", "".\&PVBM, "postfix and prefix mechanisms provide same result"); 284 my $pvbm = PVBM;
|
H A D | bop.t | 462 sub PVBM () { "X" } 463 1 if index "foo", PVBM; 483 [PVBM, "X", "PVBM" ], 484 [\PVBM, "S", "PVBM ref" ],
|
H A D | ref.t | 202 sub PVBM () { 'foo' } 203 { my $dummy = index 'foo', PVBM } 223 [ 'PVBM', SCALAR => \PVBM ],
|
H A D | magic.t | 185 sub PVBM () { 'foo' } 186 index 'foo', PVBM; 187 my $pvbm = PVBM;
|
H A D | lex_assign.t | 199 is($@, '', 'ex-PVBM assert'.$@);
|
H A D | attrs.t | 205 ok !defined(eval 'attributes::get(\PVBM)'),
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 1729 PVBM = 2
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5101delta.pod | 1580 C<PVBM> and C<PVGV>.
|
H A D | perl589delta.pod | 2079 interaction between the internal types C<PVBM> and C<PVGV>.
|
H A D | perl5120delta.pod | 1889 the internal types C<PVBM> and C<PVGV>.
|