Searched refs:SYMBOL_OPTIONAL (Results 1 – 7 of 7) sorted by relevance
171 $2->flags |= SYMBOL_OPTIONAL;183 $2->flags |= SYMBOL_OPTIONAL;327 current_entry->sym->flags |= SYMBOL_OPTIONAL;
176 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
141 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()
143 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
93 #define SYMBOL_OPTIONAL 0x0100 macro
1471 sym->flags |= SYMBOL_OPTIONAL;1489 sym->flags |= SYMBOL_OPTIONAL;1627 current_entry->sym->flags |= SYMBOL_OPTIONAL;