Home
last modified time | relevance | path

Searched refs:in_effect (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/bignum/t/
Din_effect.t4 # Test in_effect()
14 can_ok('bigint', qw/in_effect/);
19 is(bigint::in_effect(), 1, 'bigint in effect');
20 is(bigfloat::in_effect(), undef, 'bigfloat not in effect');
21 is(bigrat::in_effect(), undef, 'bigint not in effect');
27 is(bigint::in_effect(), undef, 'bigint not in effect');
28 is(bigfloat::in_effect(), undef, 'bigfloat not in effect');
29 is(bigrat::in_effect(), undef, 'bigrat not in effect');
36 can_ok('bigfloat', qw/in_effect/);
41 is(bigint::in_effect(), undef, 'bigint not in effect');
[all …]
/openbsd/src/gnu/usr.bin/perl/t/lib/
Dmypragma.t19 is(mypragma::in_effect(), undef, "pragma not in effect yet");
21 is(mypragma::in_effect(), undef, "pragma not in effect yet");
22 eval qq{is(mypragma::in_effect(), undef, "pragma not in effect yet"); 1}
27 is(mypragma::in_effect(), 42, "pragma is in effect within this block");
30 eval qq{is(mypragma::in_effect(), 42,
35 is(mypragma::in_effect(), 0, "pragma no longer in effect");
36 eval qq{is(mypragma::in_effect(), 0, "pragma no longer in effect"); 1}
40 is(mypragma::in_effect(), 42, "pragma is in effect within this block");
41 eval qq{is(mypragma::in_effect(), 42,
44 is(mypragma::in_effect(), undef, "pragma no longer in effect");
[all …]
DSans_mypragma.pm4 mypragma::in_effect();
Dmypragma.pm40 sub in_effect { subroutine
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlpragma.pod59 if (myint::in_effect(1)) {
83 $^H{"myint/in_effect"} = 1;
87 $^H{"myint/in_effect"} = 0;
90 sub in_effect {
93 return $hinthash->{"myint/in_effect"};
120 is encapsulated into the routine C<in_effect()>, which takes as parameter
123 C<$^H{"myint/in_effect"}> when each line of the user's script was called, and
/openbsd/src/gnu/usr.bin/perl/cpan/bignum/lib/
Dbigrat.pm41 sub in_effect { subroutine
Dbigfloat.pm51 sub in_effect { subroutine
Dbigint.pm41 sub in_effect { subroutine
Dbignum.pm60 sub in_effect { subroutine
/openbsd/src/gnu/usr.bin/perl/Porting/
Ddeparse-skips.txt191 ../cpan/bignum/t/in_effect.t
/openbsd/src/gnu/usr.bin/perl/
DMANIFEST378 cpan/bignum/t/in_effect.t See if in_effect() works