Searched refs:config_re (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DConfig.t58 my @exports = qw(myconfig config_sh config_vars config_re);
67 like(join("\n", Config::config_re('c.*')),
68 qr/^c.*?=/, 'config_re' );
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm69 @EXPORT_OK = qw(myconfig config_sh config_vars config_re);
330 sub config_re {
338 my @matches = config_re($_);
442 use Config qw(myconfig config_sh config_vars config_re);
448 print config_re();
477 =item config_re($regex)
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm6 @EXPORT_OK = qw(myconfig config_sh config_vars config_re);
1236 sub config_re { subroutine
1244 my @matches = config_re($_);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm6 @EXPORT_OK = qw(myconfig config_sh config_vars config_re);
1236 sub config_re { subroutine
1244 my @matches = config_re($_);

Completed in 45 milliseconds