Home
last modified time | relevance | path

Searched refs:menu_is_visible (Results 1 – 5 of 5) sorted by relevance

/external/toybox/kconfig/
Dconf.c320 if (!menu_is_visible(child)) in conf_choice()
386 if (!child->sym || !menu_is_visible(child)) in conf_choice()
414 if (!menu_is_visible(menu)) in conf()
475 if (!menu_is_visible(menu)) in check_conf()
Dmconf.c434 if (!menu_is_visible(menu)) in build_conf()
477 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
730 if (!menu_is_visible(child)) in conf_choice()
Dlkc_proto.h12 P(menu_is_visible,bool,(struct menu *menu));
Dmenu.c368 bool menu_is_visible(struct menu *menu) in menu_is_visible() function
389 if (menu_is_visible(child)) in menu_is_visible()
Dconfdata.c478 if (!menu_is_visible(menu)) in conf_write()