Searched refs:P_CHOICE (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | expr.h | 182 P_CHOICE, /* choice value */ enumerator 206 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
|
H A D | parser.y | 234 menu_add_expr(P_CHOICE, NULL, NULL); 631 case P_CHOICE: in print_symbol()
|
H A D | symbol.c | 1157 if (prop->type == P_CHOICE || prop->type == P_SELECT || in sym_check_sym_deps() 1266 case P_CHOICE: in prop_get_type_name()
|
H A D | menu.c | 516 menu_add_symbol(P_CHOICE, sym, NULL); in menu_finalize()
|
H A D | qconf.cc | 1104 case P_CHOICE: in debug_info()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.h | 181 P_CHOICE, /* choice value */ enumerator 207 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
|
H A D | zconf.y | 278 menu_add_expr(P_CHOICE, NULL, NULL); 694 case P_CHOICE: in print_symbol()
|
H A D | symbol.c | 1254 if (prop->type == P_CHOICE || prop->type == P_SELECT) in sym_check_sym_deps() 1389 case P_CHOICE: in prop_get_type_name()
|
H A D | menu.c | 531 menu_add_symbol(P_CHOICE, sym, NULL); in menu_finalize()
|
H A D | qconf.cc | 1167 case P_CHOICE: in debug_info()
|