Home | History | Annotate | Download | only in kconfig

Lines Matching refs:child

1091 		struct menu *child;
1097 for (child = menu->list; child; child = child->next) {
1098 if (menu_is_visible(child)
1099 && child->sym == def_sym)
1100 def_menu = child;
1218 GtkTreeIter *child = &iter;
1222 valid = gtk_tree_model_iter_children(model2, child, parent);
1226 gtk_tree_model_get(model2, child, 6, &menu, -1);
1229 memcpy(&found, child, sizeof(GtkTreeIter));
1233 ret = gtktree_iter_find_node(child, tofind);
1237 valid = gtk_tree_model_iter_next(model2, child);
1272 menu2 = NULL; // force adding of a first child
1293 goto reparse; /* next child */
1318 goto reparse; // next child
1338 struct menu *child;
1346 for (child = menu->list; child; child = child->next) {
1347 prop = child->prompt;
1348 sym = child->sym;
1355 && !(child->flags & MENU_ROOT) && (tree == tree1))
1358 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT)
1362 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) ||
1363 (opt_mode == OPT_PROMPT && menu_has_prompt(child)) ||
1364 (opt_mode == OPT_ALL && menu_get_prompt(child)))
1365 place_node(child, fill_row(child));
1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child));
1368 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : "");
1396 display_tree(child);
1428 struct menu *child;
1432 for (child = menu->list; child; child = child->next) {
1433 if (child->prompt && child->prompt->type == P_MENU) {
1435 fixup_rootmenu(child);
1438 fixup_rootmenu(child);