Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlkc.h179 return sym->flags & SYMBOL_CHOICEVAL ? true : false; in sym_is_choice_value()
H A Dexpr.h91 #define SYMBOL_CHOICEVAL 0x0020 /* used as a value in a choice block */ macro
H A Dgconf.c94 if (val & SYMBOL_CHOICEVAL) in dbg_sym_flags()
1165 if (sym->flags & SYMBOL_CHOICEVAL) in fill_row()
H A Dmenu.c359 menu->sym->flags |= SYMBOL_CHOICEVAL; in menu_finalize()