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
533 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()
232 sym->flags |= SYMBOL_NO_WRITE;
1456 sym->flags |= SYMBOL_NO_WRITE; in yyparse()
461 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
98 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()
Completed in 20 milliseconds