MCPcopy Create free account
hub / github.com/NetHack/NetHack / rcfile_interface_options

Function rcfile_interface_options

src/cfgfiles.c:1959–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957}
1958
1959void
1960rcfile_interface_options(void)
1961{
1962 allopt_array_init();
1963 disregard_all_options();
1964 disregard_all_config_statements();
1965 heed_this_option(opt_windowtype);
1966 heed_this_option(opt_soundlib);
1967 set_ignore_errors_on_unmatched();
1968 ignore_statement_errors = TRUE;
1969 rcfile();
1970 heed_all_config_statements();
1971 heed_all_options();
1972 disregard_this_option(opt_windowtype);
1973 disregard_this_option(opt_soundlib);
1974 clear_ignore_errors_on_unmatched();
1975 ignore_statement_errors = FALSE;
1976}
1977
1978void
1979heed_all_config_statements(void)

Callers 1

MAINFunction · 0.85

Calls 10

allopt_array_initFunction · 0.85
disregard_all_optionsFunction · 0.85
heed_this_optionFunction · 0.85
rcfileFunction · 0.85
heed_all_optionsFunction · 0.85
disregard_this_optionFunction · 0.85

Tested by

no test coverage detected