Searched refs:child1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/kconfig/
H A Dgconf.c1250 struct menu *child1; update_tree() local
1262 for (child1 = src->list; child1; child1 = child1->next) { update_tree()
1264 sym = child1->sym; update_tree()
1267 menu1 = child1; update_tree()
1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || update_tree()
1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || update_tree()
1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { update_tree()
1325 update_tree(child1, child2); update_tree()

Completed in 66 milliseconds