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

/scripts/kconfig/
H A Dgconf.c1274 struct menu *child1; local
1286 for (child1 = src->list; child1; child1 = child1->next) {
1288 sym = child1->sym;
1291 menu1 = child1;
1304 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1305 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1306 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
[all...]

Completed in 20 milliseconds