Searched refs:P_CHOICE (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/scripts/kconfig/ |
D | expr.h | 128 P_CHOICE, /* choice value */ enumerator 153 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
|
D | zconf.y | 247 menu_add_expr(P_CHOICE, NULL, NULL); 657 case P_CHOICE: in print_symbol()
|
D | symbol.c | 1134 if (prop->type == P_CHOICE || prop->type == P_SELECT) in sym_check_sym_deps() 1269 case P_CHOICE: in prop_get_type_name()
|
D | menu.c | 388 menu_add_symbol(P_CHOICE, sym, NULL); in menu_finalize()
|
D | zconf.tab.c_shipped | 1784 menu_add_expr(P_CHOICE, NULL, NULL); 2420 case P_CHOICE:
|
D | qconf.cc | 1097 case P_CHOICE: in debug_info()
|