Searched refs:conf_write (Results 1 – 8 of 8) sorted by relevance
9 int conf_write(const char *name);
695 if (conf_get_changed() && conf_write(NULL)) { in main()710 if (conf_write(NULL)) { in main()
940 if (!conf_write(dialog_input_result)) { in conf_save()974 if (conf_write(filename)) { in handle_exit()
669 res = conf_write(filename); in do_exit()1439 res = conf_write(dialog_input_result); in conf_save()
526 if (conf_write(NULL)) in on_save_activate()539 if (conf_write(fn)) in store_filename()
740 int conf_write(const char *name) in conf_write() function
1543 if (conf_write(NULL)) { in saveConfig()
42 @@ -748,6 +747,9 @@ int conf_write(const char *name)
Completed in 17 milliseconds