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()1008 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
238 sym->flags |= SYMBOL_NO_WRITE;
212 sym_defconfig_list->flags |= SYMBOL_NO_WRITE; in menu_add_option_defconfig_list()
453 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
101 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()