Searched refs:SYMBOL_CHOICE (Results 1 – 10 of 10) sorted by relevance
133 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
89 #define SYMBOL_CHOICE 0x0010 macro
485 } else if (!(sym->flags & SYMBOL_CHOICE)) { in conf_write()
1579 sym->flags |= SYMBOL_CHOICE;
166 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
138 #define SYMBOL_CHOICE 0x0010 /* start of a choice block (null name) */ macro
275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
799 } else if (!(sym->flags & SYMBOL_CHOICE)) { in conf_write()
861 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
92 if (val & SYMBOL_CHOICE) in dbg_sym_flags()