Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dconfdata.c860 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write()
868 sym->flags |= SYMBOL_WRITTEN; in conf_write()
896 sym->flags &= ~SYMBOL_WRITTEN; in conf_write()
H A Dexpr.h150 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro