Lines Matching refs:menu
97 void menu_warn(struct menu *menu, const char *fmt, ...);
98 struct menu *menu_add_menu(void);
109 void menu_finalize(struct menu *parent);
112 extern struct menu rootmenu;
114 bool menu_is_empty(struct menu *menu);
115 bool menu_is_visible(struct menu *menu);
116 bool menu_has_prompt(struct menu *menu);
117 const char *menu_get_prompt(struct menu *menu);
118 struct menu *menu_get_root_menu(struct menu *menu);
119 struct menu *menu_get_parent_menu(struct menu *menu);
120 bool menu_has_help(struct menu *menu);
121 const char *menu_get_help(struct menu *menu);
123 void menu_get_ext_help(struct menu *menu, struct gstr *help);