Searched refs:SYMBOL_NO_WRITE (Results 1 – 6 of 6) sorted by relevance
145 #define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ macro
530 if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) in conf_read()989 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
241 sym->flags |= SYMBOL_NO_WRITE;
228 sym_defconfig_list->flags |= SYMBOL_NO_WRITE; in menu_add_option_defconfig_list()
460 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
102 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()