HomeSort by: relevance | last modified time | path
    Searched defs:ITEM (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libmenu/
menu.h 78 typedef struct __item ITEM;
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 */
91 MENU *parent; /* menu this item is bound to */
92 int index; /* index number for this item, if attached */
93 /* The following are the item's neighbours - makes menu
95 ITEM *left;
96 ITEM *right
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 46 @item and @itemx, @deffn and @deffnx. */
82 ITEMIZE, ITEMFUNCTION, ITEM, ENUMERATE, TABLE, TABLEITEM, TABLETERM,

Completed in 15 milliseconds