HomeSort by relevance Sort by last modified time
    Searched defs:new_menu (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 190 static struct menu *new_menu(struct menu *parent, function
462 return new_menu(current_menu, me, refstr_get(me->displayname));
    [all...]
  /external/syslinux/com32/menu/
readconfig.c 161 static struct menu *new_menu(struct menu *parent, function
440 return new_menu(current_menu, me, refstr_get(me->displayname));
1114 hide_menu = new_menu(NULL, NULL, refstrdup(".hidden"));
1115 root_menu = new_menu(NULL, NULL, refstrdup(".top"));

Completed in 100 milliseconds