/external/syslinux/bios/com32/cmenu/ |
D | test2.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra() 467 curr->helpid = 65535; in main()
|
D | test.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra()
|
/external/syslinux/efi32/com32/cmenu/ |
D | test2.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra() 467 curr->helpid = 65535; in main()
|
D | test.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra()
|
/external/syslinux/efi64/com32/cmenu/ |
D | test2.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra() 467 curr->helpid = 65535; in main()
|
D | test.c | 186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler() 187 runhelpsystem(mi->helpid); in keys_handler() 300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument 306 mi->helpid = helpid; // set help id in set_xtra()
|
/external/syslinux/com32/cmenu/ |
D | adv_menu.tpl | 206 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid 207 runhelpsystem(mi->helpid); 320 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… 326 mi->helpid = helpid; // set help id 404 set_xtra(curr,"%(argsmenu)s","%(perms)s",%(helpid)d,%(ipappend)d); // Set associated extra info 410 curr->helpid = %(helpid)d;
|
D | test2.menu | 43 helpid=25 133 helpid=26
|
D | complex.c | 74 if ((scancode) == KEY_F1 && mi->helpid != 0xFFFF) { // If scancode of F1 in keys_handler() 75 runhelpsystem(mi->helpid); in keys_handler()
|
D | MANUAL | 180 2.2 helpid 182 Every item also has a field called "helpid". It is meant to hold some 193 If this value is 0xFFFF, then the helpid is not changed. 242 file whose name is based on the helpid of the active item.
|
D | MENU_FORMAT | 78 help files must be called "hlpNNNNN.txt" where NNNNN is the helpid. 199 helpid: (default 65535 which is not a valid id)
|
/external/syslinux/com32/cmenu/libmenu/ |
D | help.c | 213 void runhelpsystem(unsigned int helpid) in runhelpsystem() argument 217 sprintf(filename, "hlp%05d.txt", helpid); in runhelpsystem()
|
D | cmenu.h | 159 unsigned int helpid; // Used for Context sensitive help member 278 void set_item_options(uchar shortcut, int helpid);
|
D | help.h | 39 void runhelpsystem(unsigned int helpid);
|
D | menu.c | 1104 mi->helpid = 0; in add_sep() 1153 mi->helpid = 0xFFFF; in add_item() 1206 void set_item_options(uchar shortcut, int helpid) in set_item_options() argument 1218 if (helpid != 0xFFFF) in set_item_options() 1219 mi->helpid = helpid; in set_item_options()
|
/external/syslinux/com32/hdt/ |
D | hdt-menu.c | 103 if (scancode == KEY_F1 && mi->helpid != 0xFFFF) { in keys_handler() 104 runhelpsystem(mi->helpid); in keys_handler()
|