Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds