SYMBOL_OPTIONAL    98 scripts/kconfig/gconf.c 	if (val & SYMBOL_OPTIONAL)
SYMBOL_OPTIONAL   188 scripts/kconfig/lkc.h 	return sym->flags & SYMBOL_OPTIONAL ? true : false;
SYMBOL_OPTIONAL  1696 scripts/kconfig/zconf.tab.c 	sym->flags |= SYMBOL_OPTIONAL;
SYMBOL_OPTIONAL  1714 scripts/kconfig/zconf.tab.c 	sym->flags |= SYMBOL_OPTIONAL;
SYMBOL_OPTIONAL  1852 scripts/kconfig/zconf.tab.c 	current_entry->sym->flags |= SYMBOL_OPTIONAL;
SYMBOL_OPTIONAL   145 scripts/kconfig/zconf.y 	sym->flags |= SYMBOL_OPTIONAL;
SYMBOL_OPTIONAL   159 scripts/kconfig/zconf.y 	sym->flags |= SYMBOL_OPTIONAL;
SYMBOL_OPTIONAL   295 scripts/kconfig/zconf.y 	current_entry->sym->flags |= SYMBOL_OPTIONAL;