Searched refs:SYMBOL_WRITTEN (Results 1 – 2 of 2) sorted by relevance
259 sym->flags &= ~SYMBOL_WRITTEN; in conf_set_sym_val() 851 if (!sym || sym_is_choice(sym) || sym->flags & SYMBOL_WRITTEN) in conf_write() 858 sym->flags |= SYMBOL_WRITTEN; in conf_write() 951 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write_autoconf_cmd() 956 sym->flags |= SYMBOL_WRITTEN; in conf_write_autoconf_cmd()
150 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro