OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menu_entry
(Results
1 - 7
of
7
) sorted by null
/external/syslinux/com32/include/
menu.h
56
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/elflink/ldlinux/
config.h
41
extern struct
menu_entry
*find_label(const char *str);
readconfig.c
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
[
all
...]
ldlinux.c
145
struct
menu_entry
*me;
/external/syslinux/com32/menu/
readconfig.c
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
[
all
...]
menumain.c
97
display_entry(const struct
menu_entry
*entry, const char *attrib,
213
static int ask_passwd(const char *
menu_entry
)
291
|| (
menu_entry
&& passwd_compare(
menu_entry
, user_passwd));
754
const struct
menu_entry
*me;
/external/toybox/kconfig/
zconf.tab.c_shipped
520
"if_entry", "if_end", "if_stmt", "if_block", "menu", "
menu_entry
",
[
all
...]
Completed in 940 milliseconds