Lines Matching refs:ENV
80 die "can not access environment varianle SRC_ROOT" if ! defined $ENV{'SRC_ROOT'};
81 die "can not determine the platform: INPATH is not set" if ! defined $ENV{'INPATH'};
82 die "can not determine solver directory: OUTDIR is not set" if ! defined $ENV{'OUTDIR'};
83 …die "can not determine download directory: TARFILE_LOCATION is not set" if ! defined $ENV{'TARFILE…
85 my $candidate = File::Spec->catfile($ENV{SRC_ROOT}, "extensions.lst");
169 my $left_value = $ENV{$left};
211 $result = EvaluateOperator($ENV{'INPATH'}, $operator, $right) ? 1 : 0;
411 my $download_path = $ENV{'TARFILE_LOCATION'};
534 if (defined $ENV{'ENABLE_BUNDLED_DICTIONARIES'}
535 && $ENV{'ENABLE_BUNDLED_DICTIONARIES'} eq "YES")
539 if (defined $ENV{'WITH_LANG'})
541 @$languages = split(/\s+/, $ENV{'WITH_LANG'});
578 if (defined $ENV{'ENABLE_BUNDLED_DICTIONARIES'}
579 && $ENV{'ENABLE_BUNDLED_DICTIONARIES'} eq "YES")