Searched refs:sym_set_string_value (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/kconfig/
H A Dlkc_proto.h34 bool sym_set_string_value(struct symbol *sym, const char *newval);
H A Dconf.c377 if (def && sym_set_string_value(sym, def))
H A Dmconf.c719 if (sym_set_string_value(menu->sym, dialog_input_result))
H A Dnconf.c1418 if (sym_set_string_value(menu->sym,
H A Dgconf.c791 sym_set_string_value(sym, new_def);
H A Dsymbol.c651 bool sym_set_string_value(struct symbol *sym, const char *newval) function
H A Dqconf.cc287 success = sym_set_string_value(sym, lineEdit->text().toUtf8().data());

Completed in 135 milliseconds