Searched refs:P_DEFAULT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.h | 184 P_DEFAULT, /* default y */ enumerator 200 * P_PROMPT, P_DEFAULT, P_MENU, P_COMMENT */ 208 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
|
H A D | parser.y | 195 menu_add_expr(P_DEFAULT, $2, $3); 292 menu_add_symbol(P_DEFAULT, $2, $3); 631 case P_DEFAULT:
|
H A D | menu.c | 250 case P_DEFAULT: in sym_check_prop() 514 if (prop->type == P_DEFAULT) in menu_finalize()
|
H A D | symbol.c | 1196 if (prop->type != P_DEFAULT || sym_is_choice(sym)) in sym_check_sym_deps() 1296 case P_DEFAULT: in prop_get_type_name()
|
H A D | qconf.cc | 1085 case P_DEFAULT: in debug_info()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.h | 181 P_DEFAULT, /* default y */ enumerator 197 * P_PROMPT, P_DEFAULT, P_MENU, P_COMMENT */ 205 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
|
H A D | parser.y | 193 menu_add_expr(P_DEFAULT, $2, $3); 283 menu_add_symbol(P_DEFAULT, $2, $3); 622 case P_DEFAULT:
|
H A D | menu.c | 229 case P_DEFAULT: in sym_check_prop() 493 if (prop->type == P_DEFAULT) in menu_finalize()
|
H A D | symbol.c | 1152 if (prop->type != P_DEFAULT || sym_is_choice(sym)) in sym_check_sym_deps() 1252 case P_DEFAULT: in prop_get_type_name()
|
H A D | qconf.cc | 1092 case P_DEFAULT: in debug_info()
|
Completed in 13 milliseconds