Searched refs:helpid (Results 1 - 12 of 12) sorted by relevance

/external/syslinux/com32/cmenu/libmenu/
H A Dhelp.h38 // Start the help system using id helpid
39 void runhelpsystem(unsigned int helpid);
H A Dcmenu.h159 unsigned int helpid; // Used for Context sensitive help member in struct:s_menuitem
278 void set_item_options(uchar shortcut, int helpid);
H A Dhelp.c213 void runhelpsystem(unsigned int helpid) argument
217 sprintf(filename, "hlp%05d.txt", helpid);
H A Dmenu.c1104 mi->helpid = 0;
1153 mi->helpid = 0xFFFF;
1206 void set_item_options(uchar shortcut, int helpid) argument
1218 if (helpid != 0xFFFF)
1219 mi->helpid = helpid;
/external/syslinux/bios/com32/cmenu/
H A Dtest.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
H A Dtest2.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
467 curr->helpid = 65535;
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
H A Dtest2.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
467 curr->helpid = 65535;
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
H A Dtest2.c186 if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
187 runhelpsystem(mi->helpid);
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ipappend) argument
306 mi->helpid = helpid; // set help id
467 curr->helpid = 65535;
/external/syslinux/com32/hdt/
H A Dhdt-menu.c102 /* 0xFFFF is an invalid helpid */
103 if (scancode == KEY_F1 && mi->helpid != 0xFFFF) {
104 runhelpsystem(mi->helpid);
/external/syslinux/com32/cmenu/
H A Dcomplex.c74 if ((scancode) == KEY_F1 && mi->helpid != 0xFFFF) { // If scancode of F1
75 runhelpsystem(mi->helpid);

Completed in 980 milliseconds