Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dsymbol.c287 sym->flags &= flags | ~SYMBOL_DEF_USER; in sym_calc_choice()
505 if (!(sym->flags & SYMBOL_DEF_USER)) { in sym_set_tristate_value()
506 sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
519 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
523 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
667 if (!(sym->flags & SYMBOL_DEF_USER)) { in sym_set_string_value()
668 sym->flags |= SYMBOL_DEF_USER; in sym_set_string_value()
A Dconf.c151 sym->flags |= SYMBOL_DEF_USER; in randomize_choice_values()
155 csym->flags |= SYMBOL_DEF_USER; in randomize_choice_values()
262 sym->flags |= SYMBOL_DEF_USER; in conf_set_all_new_symbols()
A Dlkc.h149 return sym->flags & SYMBOL_DEF_USER ? true : false; in sym_has_value()
A Dconfdata.c563 sym->flags &= ~SYMBOL_DEF_USER; in conf_read()
571 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER); in conf_read()
1182 csym->flags |= SYMBOL_DEF_USER; in set_all_choice_values()
A Dexpr.h151 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */ macro
A Dmenu.c647 sym->flags |= SYMBOL_DEF_USER; in menu_is_visible()

Completed in 12 milliseconds