Home
last modified time | relevance | path

Searched refs:SYMBOL_OPTIONAL (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
A Dparser.y144 $2->flags |= SYMBOL_OPTIONAL;
156 $2->flags |= SYMBOL_OPTIONAL;
277 current_entry->sym->flags |= SYMBOL_OPTIONAL;
A Dlkc.h144 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
A Dexpr.h141 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
A Dparser.tab.c1366 (yyvsp[-1].symbol)->flags |= SYMBOL_OPTIONAL; in yyparse()
1380 (yyvsp[-1].symbol)->flags |= SYMBOL_OPTIONAL; in yyparse()
1496 current_entry->sym->flags |= SYMBOL_OPTIONAL; in yyparse()
A Dgconf.c92 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()

Completed in 12 milliseconds