Searched refs:config_file (Results 1 – 6 of 6) sorted by relevance
19 config_file = os.environ.get("SPHINX_CONF", None)20 if (config_file is not None21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):22 config_file = os.path.abspath(config_file)24 if os.path.isfile(config_file):25 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)27 config['__file__'] = config_file28 execfile_(config_file, config)32 sys.stderr.write("WARNING: additional sphinx-config not found: %s\n" % config_file)
403 } elsif (($config_file) && ($configs =~ /CONFIG_/)) {465 if ($config_file) {946 if (! -r $config_file) {947 print STDERR "file '$config_file' is not readable or does not exist\n";951 if (!open(CONFIG_FILE, "<", "$config_file")) {952 print STDERR "open $config_file failed\n";990 "c=s" => \$config_file,991 "config=s" => \$config_file,1169 if ($config_file) {
40 def readconfig(config_file): argument42 for line in config_file:
127 my @config_file = read_config;426 foreach my $line (@config_file) {599 foreach my $line (@config_file) {
96 static struct sclp_sd_file *config_file; variable556 config_file = sclp_sd_file_create("config", SD_DI_CONFIG); in sclp_sd_init()557 if (!config_file) in sclp_sd_init()
34 static FILE *config_file; variable48 if ((f = config_file) != NULL) { in get_next_char()467 config_file = f; in perf_config_from_file()