Lines Matching defs:menu
28 struct menu *menu_next(struct menu *menu, struct menu *root) in menu_next()
42 void menu_warn(const struct menu *menu, const char *fmt, ...) in menu_warn()
70 struct menu *menu; in menu_add_entry() local
204 struct menu *menu = current_entry; in menu_add_prompt() local
307 struct menu *menu, *last_menu; in _menu_finalize() local
522 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt()
534 bool menu_is_empty(struct menu *menu) in menu_is_empty()
545 bool menu_is_visible(struct menu *menu) in menu_is_visible()
579 const char *menu_get_prompt(const struct menu *menu) in menu_get_prompt()
593 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
608 struct menu *menu_get_menu_or_parent_menu(struct menu *menu) in menu_get_menu_or_parent_menu()
620 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str()
645 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
725 struct menu *menu; in get_symbol_str() local
787 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help()
807 struct menu *menu = &rootmenu; in menu_dump() local