Searched refs:sym_set_string_value (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lkc_proto.h | 43 P(sym_set_string_value,bool,(struct symbol *sym, const char *newval));
|
| H A D | mconf.c | 729 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
|
| H A D | qconf.cc | 107 sym_set_string_value(menu->sym, text(dataColIdx).latin1()); in okRename() 317 sym_set_string_value(item->menu->sym, text().latin1()); in keyPressEvent()
|
| H A D | conf.c | 157 if (def && sym_set_string_value(sym, def)) in conf_string()
|
| H A D | nconf.c | 1390 if (sym_set_string_value(menu->sym, in conf_string()
|
| H A D | symbol.c | 619 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
|
| H A D | gconf.c | 826 sym_set_string_value(sym, new_def); in renderer_edited()
|