Searched refs:SYMBOL_NO_WRITE (Results 1 – 5 of 5) sorted by relevance
145 #define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ macro
542 if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) in conf_read()1079 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
232 sym->flags |= SYMBOL_NO_WRITE;
461 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
98 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()
Completed in 11 milliseconds