OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Item_Options
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h
50
typedef int
Item_Options
;
75
Item_Options
opt; /* Item options */
181
extern NCURSES_EXPORT(
Item_Options
) item_opts (const ITEM *);
210
extern NCURSES_EXPORT(int) item_opts_off (ITEM *,
Item_Options
);
211
extern NCURSES_EXPORT(int) item_opts_on (ITEM *,
Item_Options
);
221
extern NCURSES_EXPORT(int) set_item_opts (ITEM *,
Item_Options
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h
50
typedef int
Item_Options
;
75
Item_Options
opt; /* Item options */
181
extern NCURSES_EXPORT(
Item_Options
) item_opts (const ITEM *);
210
extern NCURSES_EXPORT(int) item_opts_off (ITEM *,
Item_Options
);
211
extern NCURSES_EXPORT(int) item_opts_on (ITEM *,
Item_Options
);
221
extern NCURSES_EXPORT(int) set_item_opts (ITEM *,
Item_Options
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h
50
typedef int
Item_Options
;
75
Item_Options
opt; /* Item options */
181
extern NCURSES_EXPORT(
Item_Options
) item_opts (const ITEM *);
210
extern NCURSES_EXPORT(int) item_opts_off (ITEM *,
Item_Options
);
211
extern NCURSES_EXPORT(int) item_opts_on (ITEM *,
Item_Options
);
221
extern NCURSES_EXPORT(int) set_item_opts (ITEM *,
Item_Options
);
Completed in 3068 milliseconds