Home
last modified time | relevance | path

Searched refs:SYMBOL_DEF_USER (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/kconfig/
Dsymbol.c435 if (!(sym->flags & SYMBOL_DEF_USER)) { in sym_set_tristate_value()
436 sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
449 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
453 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
597 if (!(sym->flags & SYMBOL_DEF_USER)) { in sym_set_string_value()
598 sym->flags |= SYMBOL_DEF_USER; in sym_set_string_value()
Dconfdata.c356 sym->flags &= ~SYMBOL_DEF_USER; in conf_read()
362 sym->flags &= ~(SYMBOL_VALID|SYMBOL_DEF_USER); in conf_read()
374 sym->flags &= flags | ~SYMBOL_DEF_USER; in conf_read()
Dlkc.h148 return sym->flags & SYMBOL_DEF_USER ? true : false; in sym_has_value()
Dexpr.h100 #define SYMBOL_DEF_USER 0x10000 macro