Searched refs:sym_set_string_value (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | lkc_proto.h | 47 P(sym_set_string_value,bool,(struct symbol *sym, const char *newval));
|
A D | conf.c | 161 if (def && sym_set_string_value(sym, def)) in conf_string()
|
A D | mconf.c | 887 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
|
A D | qconf.cc | 108 sym_set_string_value(menu->sym, text(dataColIdx).latin1()); in okRename() 318 sym_set_string_value(item->menu->sym, text().latin1()); in keyPressEvent()
|
A D | nconf.c | 1378 if (sym_set_string_value(menu->sym, in conf_string()
|
A D | symbol.c | 636 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
|
A D | gconf.c | 822 sym_set_string_value(sym, new_def); in renderer_edited()
|
Completed in 15 milliseconds