Home
last modified time | relevance | path

Searched refs:non_bincompat_options (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/porting/
H A Dbincompat.t19 my @to_check = qw(bincompat_options non_bincompat_options);
21 my @var = qw(PL_bincompat_options non_bincompat_options);
/openbsd/gnu/usr.bin/perl/cpan/parent/t/
H A Dparent-pmc.t22 if grep { $_ eq 'PERL_DISABLE_PMC' } Config::non_bincompat_options();
/openbsd/gnu/usr.bin/perl/t/run/
H A DswitchM.t28 foreach(Config::non_bincompat_options()) {
/openbsd/gnu/usr.bin/perl/cpan/Config-Perl-V/
H A DV.pm383 Config::non_bincompat_options ();
/openbsd/gnu/usr.bin/perl/lib/
H A DConfig.t71 my @opts = Config::non_bincompat_options();
/openbsd/gnu/usr.bin/perl/
H A Dmakedef.pl93 my @options = sort(Config::bincompat_options(), Config::non_bincompat_options());
H A Dperl.c1985 static const char non_bincompat_options[] = in S_Internals_V() local
2098 PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, in S_Internals_V()
2099 sizeof(non_bincompat_options) - 1, SVs_TEMP)); in S_Internals_V()
/openbsd/gnu/usr.bin/perl/t/comp/
H A Drequire.t266 foreach(Config::non_bincompat_options()) {
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dutf8917 # Config::non_bincompat_options(), but for now we're stuck with this.