Lines Matching refs:menu
83 void menu_warn(struct menu *menu, const char *fmt, ...);
84 struct menu *menu_add_menu(void);
92 void menu_finalize(struct menu *parent);
95 extern struct menu rootmenu;
97 bool menu_is_empty(struct menu *menu);
98 bool menu_is_visible(struct menu *menu);
99 bool menu_has_prompt(struct menu *menu);
100 const char *menu_get_prompt(struct menu *menu);
101 struct menu *menu_get_root_menu(struct menu *menu);
102 struct menu *menu_get_parent_menu(struct menu *menu);
103 bool menu_has_help(struct menu *menu);
104 const char *menu_get_help(struct menu *menu);
106 void menu_get_ext_help(struct menu *menu, struct gstr *help);