Searched refs:child1 (Results 1 – 1 of 1) sorted by relevance
1213 struct menu *child1; in update_tree() local1225 for (child1 = src->list; child1; child1 = child1->next) { in update_tree()1227 sym = child1->sym; in update_tree()1230 menu1 = child1; in update_tree()1237 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree()1238 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()1239 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()1277 } else if (sym && (child1->flags & MENU_CHANGED)) { in update_tree()1282 update_tree(child1, child2); in update_tree()