Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dmenu.h90 typedef struct tagMENU struct
92 short height; /* Nr. of chars high */
93 short width; /* Nr. of chars wide */
94 short rows; /* Nr. of items high */
95 short cols; /* Nr. of items wide */
96 short frows; /* Nr. of formatted items high */
97 short fcols; /* Nr. of formatted items wide */
98 short arows; /* Nr. of items high (actual) */
99 short namelen; /* Max. name length */
100 short desclen; /* Max. description length */
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/menu/
H A Dmenu.h91 typedef struct tagMENU struct
93 short height; /* Nr. of chars high */
94 short width; /* Nr. of chars wide */
95 short rows; /* Nr. of items high */
96 short cols; /* Nr. of items wide */
97 short frows; /* Nr. of formatted items high */
98 short fcols; /* Nr. of formatted items wide */
99 short arows; /* Nr. of items high (actual) */
100 short namelen; /* Max. name length */
101 short desclen; /* Max. description length */
[all …]