HomeSort by relevance Sort by last modified time
    Searched refs:ITEM (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 60 /* Item options: */
71 TEXT name; /* name of menu item */
72 TEXT description; /* description of item, optional in display */
74 void *userptr; /* Pointer to user defined per item data */
75 Item_Options opt; /* Item options */
76 short index; /* Item number if connected to a menu */
77 short y; /* y and x location of item in menu */
86 } ITEM;
102 short itemlen; /* Length of one item */
112 ITEM **items; /* array of items */
    [all...]
cursesm.h 46 // This wraps the ITEM type of <menu.h>
54 ITEM *item; member in class:NCursesMenuItem
64 : item(0)
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
70 // Create an item. If you pass both parameters as NULL, a delimiting
71 // item is constructed which can be used to terminate a list of
83 : item(0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 60 /* Item options: */
71 TEXT name; /* name of menu item */
72 TEXT description; /* description of item, optional in display */
74 void *userptr; /* Pointer to user defined per item data */
75 Item_Options opt; /* Item options */
76 short index; /* Item number if connected to a menu */
77 short y; /* y and x location of item in menu */
86 } ITEM;
102 short itemlen; /* Length of one item */
112 ITEM **items; /* array of items */
    [all...]
cursesm.h 46 // This wraps the ITEM type of <menu.h>
54 ITEM *item; member in class:NCursesMenuItem
64 : item(0)
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
70 // Create an item. If you pass both parameters as NULL, a delimiting
71 // item is constructed which can be used to terminate a list of
83 : item(0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 60 /* Item options: */
71 TEXT name; /* name of menu item */
72 TEXT description; /* description of item, optional in display */
74 void *userptr; /* Pointer to user defined per item data */
75 Item_Options opt; /* Item options */
76 short index; /* Item number if connected to a menu */
77 short y; /* y and x location of item in menu */
86 } ITEM;
102 short itemlen; /* Length of one item */
112 ITEM **items; /* array of items */
    [all...]
cursesm.h 46 // This wraps the ITEM type of <menu.h>
54 ITEM *item; member in class:NCursesMenuItem
64 : item(0)
66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
67 if (p_name && !item)
70 // Create an item. If you pass both parameters as NULL, a delimiting
71 // item is constructed which can be used to terminate a list of
83 : item(0
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 36 ITEM(0x0f),
CommandParamsFactory.java 214 // set each item icon.
246 * list for similar tags, usually item id.
547 ctlv = searchForNextTag(ComprehensionTlvTag.ITEM, iter);
555 // We must have at least one menu item.
    [all...]

Completed in 2098 milliseconds