Searched refs:config_sh (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/
H A DConfig.t19 my ($first) = Config::config_sh() =~ /^(\S+)=/m;
20 die "Can't find first entry in Config::config_sh()" unless defined $first;
107 my @exports = qw(myconfig config_sh config_vars config_re);
115 like(Config::config_sh(), qr/osname='\Q$Config{osname}\E'/, "config_sh");
116 like(Config::config_sh(), qr/byteorder='[1-8]+'/,
117 "config_sh has a valid byteorder");
/openbsd-current/gnu/usr.bin/perl/win32/
H A DMakefile893 ..\config.sh : $(CFGSH_TMPL) config_sh.PL FindExt.pm $(MINIPERL)
894 $(MINIPERL) -I..\lib config_sh.PL $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh.tmp
903 $(MINIPERL) -I..\lib config_sh.PL --prebuilt $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh
H A DGNUmakefile1094 # version of config_sh.pl (we were overflowing someone's buffer by
1201 ..\config.sh : $(CFGSH_TMPL) config_sh.PL FindExt.pm $(HAVEMINIPERL)
1202 $(MINIPERL) -I..\lib config_sh.PL $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh.tmp
1211 $(MINIPERL) -I..\lib config_sh.PL --prebuilt $(CFG_VARS) $(CFGSH_TMPL) > ..\config.sh
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com137 $ IF F$TYPE(config_sh) .EQS. "" THEN config_sh=""
191 $ config_sh = P'i'
192 $ IF (F$SEARCH(config_sh).NES."")
194 $ test_config_sh = F$FILE_ATTRIBUTES(config_sh,"PRO")
201 $ echo "''me': cannot read config file ''config_sh'."
205 $ echo "''me': cannot read config file ''config_sh'."
891 $ config_sh_es = "''config_sh'/[-]config.sh/"
895 $ config_sh = F$ELEMENT(i,"/",config_sh_es)
897 $ IF (config_sh
[all...]
H A DConfigure1724 config_sh=''
1745 config_sh="$1"
2083 case "$config_sh" in
2084 '') config_sh='config.sh';;
2087 echo "Fetching answers from $config_sh..."
2089 . $config_sh
3333 case "$config_sh" in
3840 echo "Fetching default answers from $config_sh..." >&4
3844 cp $config_sh config.sh 2>/dev/null

Completed in 122 milliseconds