Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dlkc.h129 return sym->flags & SYMBOL_DEF_USER ? true : false; in sym_has_value()
H A Dexpr.h155 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */ macro
H A Dconf.c151 sym->flags |= SYMBOL_DEF_USER; in randomize_choice_values()
273 sym->flags |= SYMBOL_DEF_USER; in conf_set_all_new_symbols()