Searched refs:SYMBOL_DEF_USER (Results 1 – 4 of 4) sorted by relevance
435 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()
356 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()
148 return sym->flags & SYMBOL_DEF_USER ? true : false; in sym_has_value()
100 #define SYMBOL_DEF_USER 0x10000 macro