Lines Matching refs:menu_entry
109 static struct menu_entry *all_entries;
110 static struct menu_entry **all_entries_end = &all_entries;
191 struct menu_entry *parent_entry, const char *label)
281 static struct menu_entry *new_entry(struct menu *m)
283 struct menu_entry *me;
294 sizeof(struct menu_entry *));
297 me = calloc(1, sizeof(struct menu_entry));
307 static void consider_for_hotkey(struct menu *m, struct menu_entry *me)
350 struct menu_entry *me;
455 struct menu_entry *me;
472 struct menu_entry *me;
485 struct menu_entry *find_label(const char *str)
488 struct menu_entry *me;
511 struct menu_entry *me;
1473 struct menu_entry *me;
1495 struct menu_entry *me;