Searched refs:menu_is_empty (Results 1 – 4 of 4) sorted by relevance
96 bool menu_is_empty(struct menu *menu);
489 menu_is_empty(menu) ? "----" : "--->"); in build_conf()586 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
790 menu_is_empty(menu) ? "----" : "--->"); in build_conf()891 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
523 bool menu_is_empty(struct menu *menu) in menu_is_empty() function