Lines Matching defs:menu
22 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
50 struct menu *menu; in menu_add_entry() local
172 struct menu *menu = current_entry; in menu_add_prompt() local
287 struct menu *menu, *last_menu; in menu_finalize() local
594 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
606 bool menu_is_empty(struct menu *menu) in menu_is_empty()
617 bool menu_is_visible(struct menu *menu) in menu_is_visible()
655 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
664 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
669 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
681 bool menu_has_help(struct menu *menu) in menu_has_help()
686 const char *menu_get_help(struct menu *menu) in menu_get_help()
694 static void get_def_str(struct gstr *r, struct menu *menu) in get_def_str()
713 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
868 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()