Searched refs:menu_is_empty (Results 1 – 4 of 4) sorted by relevance
97 bool menu_is_empty(struct menu *menu);
539 menu_is_empty(menu) ? "----" : "--->"); in build_conf()670 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
839 menu_is_empty(menu) ? "----" : "--->"); in build_conf()981 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
606 bool menu_is_empty(struct menu *menu) in menu_is_empty() function