Searched defs:menu_entry (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/include/
H A Dmenu.h56 struct menu_entry { struct
65 struct menu_entry *next; /* Linked list of all labels across menus */
73 static inline bool is_disabled(struct menu_entry *me)
146 struct menu_entry *parent_entry; /* Entry for self in parent */
148 struct menu_entry **menu_entries;
149 struct menu_entry *menu_hotkeys[256];
/external/syslinux/com32/menu/
H A Dmenumain.c97 display_entry(const struct menu_entry *entry, const char *attrib,
213 static int ask_passwd(const char *menu_entry) argument
291 || (menu_entry && passwd_compare(menu_entry, user_passwd));
754 const struct menu_entry *me;

Completed in 204 milliseconds