Searched refs:all_entries_end (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/menu/
H A Dreadconfig.c49 static struct menu_entry **all_entries_end = &all_entries; variable in typeref:struct:menu_entry
270 *all_entries_end = me;
271 all_entries_end = &me->next;
/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c110 static struct menu_entry **all_entries_end = &all_entries; variable in typeref:struct:menu_entry
301 *all_entries_end = me;
302 all_entries_end = &me->next;

Completed in 222 milliseconds