Home
last modified time | relevance | path

Searched refs:SYMBOL_WRITTEN (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/
H A Dconfdata.c259 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()
H A Dexpr.h150 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro