Home | History | Annotate | Download | only in kconfig

Lines Matching defs:child1

1250 child1;
1262 for (child1 = src->list; child1; child1 = child1->next) {
1264 sym = child1->sym;
1267 menu1 = child1;
1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
1325 update_tree(child1, child2);