Searched refs:menu_is_empty (Results 1 – 4 of 4) sorted by relevance
18 bool menu_is_empty(struct menu *menu);
500 menu_is_empty(menu) ? "----" : "--->"); in build_conf()631 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
767 menu_is_empty(menu) ? "----" : "--->"); in build_conf()909 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
613 bool menu_is_empty(struct menu *menu) in menu_is_empty() function