Searched defs:__item (Results 1 – 1 of 1) sorted by relevance
82 struct __item { struct83 MENU_STR name;84 MENU_STR description;85 char *userptr;86 int visible; /* set if item is visible */87 int selected; /* set if item has been selected */88 int row; /* menu row this item is on */89 int col; /* menu column this item is on */90 OPTIONS opts;91 MENU *parent; /* menu this item is bound to */[all …]