P_DEFAULT 159 scripts/kconfig/expr.h #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) P_DEFAULT 238 scripts/kconfig/menu.c case P_DEFAULT: P_DEFAULT 383 scripts/kconfig/menu.c if (prop->type == P_DEFAULT) P_DEFAULT 1094 scripts/kconfig/qconf.cc case P_DEFAULT: P_DEFAULT 40 scripts/kconfig/symbol.c struct property *prop = prop_alloc(P_DEFAULT, sym); P_DEFAULT 1203 scripts/kconfig/symbol.c if (prop->type != P_DEFAULT || sym_is_choice(sym)) P_DEFAULT 1330 scripts/kconfig/symbol.c case P_DEFAULT: P_DEFAULT 1753 scripts/kconfig/zconf.tab.c menu_add_expr(P_DEFAULT, (yyvsp[(2) - (4)].expr), (yyvsp[(3) - (4)].expr)); P_DEFAULT 1861 scripts/kconfig/zconf.tab.c menu_add_symbol(P_DEFAULT, sym_lookup((yyvsp[(2) - (4)].string), 0), (yyvsp[(3) - (4)].expr)); P_DEFAULT 2445 scripts/kconfig/zconf.tab.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 641 scripts/kconfig/zconf.y case P_DEFAULT: