P_DEFAULT         128 scripts/kconfig/expr.h #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
P_DEFAULT         155 scripts/kconfig/gconf.c 	if (val == P_DEFAULT)
P_DEFAULT         166 scripts/kconfig/menu.c 		prop = prop_alloc(P_DEFAULT, modules_sym);
P_DEFAULT         193 scripts/kconfig/menu.c 		case P_DEFAULT:
P_DEFAULT         327 scripts/kconfig/menu.c 				if (prop->type == P_DEFAULT)
P_DEFAULT        1090 scripts/kconfig/qconf.cc 		case P_DEFAULT:
P_DEFAULT          41 scripts/kconfig/symbol.c 	struct property *prop = prop_alloc(P_DEFAULT, sym);
P_DEFAULT         809 scripts/kconfig/symbol.c 		if (prop->type != P_DEFAULT || sym_is_choice(sym))
P_DEFAULT         932 scripts/kconfig/symbol.c 	case P_DEFAULT:
P_DEFAULT         200 scripts/kconfig/zconf.y 	menu_add_expr(P_DEFAULT, $2, $3);
P_DEFAULT         302 scripts/kconfig/zconf.y 		menu_add_symbol(P_DEFAULT, sym_lookup($2, 0), $3);
P_DEFAULT         491 scripts/kconfig/zconf.y 		prop = prop_alloc(P_DEFAULT, modules_sym);
P_DEFAULT         627 scripts/kconfig/zconf.y 		case P_DEFAULT: