Home
last modified time | relevance | path

Searched refs:menu_is_empty (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h18 bool menu_is_empty(struct menu *menu);
H A Dmconf.c502 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
633 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
H A Dnconf.c767 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
909 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
H A Dmenu.c619 bool menu_is_empty(struct menu *menu) in menu_is_empty() function
/openbmc/linux/scripts/kconfig/
H A Dlkc.h97 bool menu_is_empty(struct menu *menu);
H A Dmconf.c539 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
670 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
H A Dnconf.c839 menu_is_empty(menu) ? "----" : "--->"); in build_conf()
981 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
H A Dmenu.c604 bool menu_is_empty(struct menu *menu) in menu_is_empty() function