HomeSort by relevance Sort by last modified time
    Searched refs:pt_menuitem (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 169 typedef t_menuitem *pt_menuitem; // Pointer to type menuitem typedef
172 pt_menuitem *items; // pointer to array of pointer to menuitems
224 pt_menuitem showmenus(uchar startmenu);
274 pt_menuitem add_item(const char *item, const char *status, t_action action,
287 pt_menuitem add_sep(void);
menu.c 88 pt_menuitem mi;
174 pt_menuitem ci;
281 pt_menuitem ci;
346 static pt_menuitem getmenuoption(pt_menu menu, uchar top, uchar left, uchar startopt, bool radio)
353 pt_menuitem ci; // Current item
511 pt_menuitem runmenusystem(uchar top, uchar left, pt_menu cmenu, uchar startopt,
527 pt_menuitem opt, choice;
622 pt_menuitem mi;
641 pt_menuitem showmenus(uchar startmenu)
643 pt_menuitem rv
    [all...]
  /external/syslinux/bios/com32/cmenu/
test.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;
test2.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;
  /external/syslinux/efi32/com32/cmenu/
test.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;
test2.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;
  /external/syslinux/efi64/com32/cmenu/
test.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;
test2.c 273 void gencommand(pt_menuitem mi, char *cmdline)
284 void runcommand(pt_menuitem mi)
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend)
334 pt_menuitem curr;

Completed in 584 milliseconds