Lines Matching defs:menu
21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
49 struct menu *menu; in menu_add_entry() local
146 struct menu *menu = current_entry; in menu_add_prop() local
264 struct menu *menu, *last_menu; in menu_finalize() local
426 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
433 bool menu_is_visible(struct menu *menu) in menu_is_visible()
471 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
480 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
485 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
497 bool menu_has_help(struct menu *menu) in menu_has_help()
502 const char *menu_get_help(struct menu *menu) in menu_get_help()
513 struct menu *submenu[8], *menu; in get_prompt_str() local
594 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()