Home | History | Annotate | Download | only in menu

Lines Matching refs:menu_entry

48 static struct menu_entry *all_entries;
49 static struct menu_entry **all_entries_end = &all_entries;
162 struct menu_entry *parent_entry, const char *label)
252 static struct menu_entry *new_entry(struct menu *m)
254 struct menu_entry *me;
263 sizeof(struct menu_entry *));
266 me = calloc(1, sizeof(struct menu_entry));
276 static void consider_for_hotkey(struct menu *m, struct menu_entry *me)
319 struct menu_entry *me;
433 struct menu_entry *me;
448 static struct menu_entry *find_label(const char *str)
451 struct menu_entry *me;
474 struct menu_entry *me;
1086 struct menu_entry *me;
1108 struct menu_entry *me;