Home
last modified time | relevance | path

Searched defs:s_menuitem (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h152 typedef struct s_menuitem { struct
153 char *item;
154 char *status;
155 char *data; // string containing kernel to run.. but...
158 void *extra_data; // Any other data user can point to
159 unsigned int helpid; // Used for Context sensitive help
160 t_item_handler handler; // Pointer to function of type menufn
161 t_action action;
162 t_itemdata itemdata; // Data depends on action value
163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item
[all …]