Home
last modified time | relevance | path

Searched refs:SYMBOL_DEF_USER (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
Dlkc.h129 return sym->flags & SYMBOL_DEF_USER ? true : false; in sym_has_value()
Dsymbol.c552 if (!(sym->flags & SYMBOL_DEF_USER) || sym->def[S_DEF_USER].tri != val) { in sym_set_tristate_value()
554 sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
590 menu->sym->flags |= SYMBOL_DEF_USER; in choice_set_value()
747 if (!(sym->flags & SYMBOL_DEF_USER)) { in sym_set_string_value()
748 sym->flags |= SYMBOL_DEF_USER; in sym_set_string_value()
Dexpr.h155 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */ macro
Dconf.c151 sym->flags |= SYMBOL_DEF_USER; in randomize_choice_values()
273 sym->flags |= SYMBOL_DEF_USER; in conf_set_all_new_symbols()