Home
last modified time | relevance | path

Searched refs:sym_set_string_value (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
H A Dlkc_proto.h35 bool sym_set_string_value(struct symbol *sym, const char *newval);
H A Dmconf.c687 if (sym_set_string_value(menu->sym, dialog_input_result)) in conf_string()
H A Dconf.c351 if (def && sym_set_string_value(sym, def)) in conf_string()
H A Dnconf.c1380 if (sym_set_string_value(menu->sym, in conf_string()
H A Dsymbol.c756 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value() function
H A Dgconf.c677 sym_set_string_value(sym, new_def); in renderer_edited()