conf_write
conf_write(addr, value << ((where & 3) * 8), type1);
conf_write(addr, value, type1, hose);
conf_write(addr, value << ((where & 3) * 8), type1);
if (!no_conf_write && conf_write(NULL)) {
if (conf_write(NULL))
if (conf_write(filename))
int conf_write(const char *name);
if (!conf_write(dialog_input_result)) {
if (conf_write(filename)) {
res = conf_write(dialog_input_result);
res = conf_write(filename);
if (conf_write(configname.toLocal8Bit().constData())) {
if (conf_write(str.toLocal8Bit().constData())) {