Home
last modified time | relevance | path

Searched refs:disable_file_extension_checks (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h161 gboolean disable_file_extension_checks; member
H A Doptions.c63 options->file_filter.disable_file_extension_checks = FALSE; in init_options()
H A Dpreferences.c260 …if (options->file_filter.disable_file_extension_checks != c_options->file_filter.disable_file_exte… in config_window_apply()
308 …options->file_filter.disable_file_extension_checks = c_options->file_filter.disable_file_extension… in config_window_apply()
2510 …options->file_filter.disable_file_extension_checks, &c_options->file_filter.disable_file_extension… in config_tab_files()
H A Drcfile.c452 WRITE_NL(); WRITE_BOOL(*options, file_filter.disable_file_extension_checks); in write_global_attributes()
879 if (READ_BOOL(*options, file_filter.disable_file_extension_checks)) continue; in load_global_params()
H A Dfiledata.c2659 if (!options->file_filter.disable_file_extension_checks) in file_data_verify_ci()