Searched defs:menu_entry (Results 1 – 2 of 2) sorted by relevance
56 struct menu_entry { struct65 struct menu_entry *next; /* Linked list of all labels across menus */ argument73 static inline bool is_disabled(struct menu_entry *me) in is_disabled() argument
213 static int ask_passwd(const char *menu_entry) in ask_passwd()