Searched refs:Item_Options (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ncurses/menu/
H A Dm_trace.c51 NCURSES_EXPORT(Item_Options)
52 _nc_retrace_item_opts(Item_Options code)
H A Dm_item_opt.c44 | Function : int set_item_opts(ITEM *item, Item_Options opts)
54 set_item_opts(ITEM * item, Item_Options opts)
89 | Function : int item_opts_off(ITEM *item, Item_Options opts)
97 item_opts_off(ITEM * item, Item_Options opts)
117 | Function : int item_opts_on(ITEM *item, Item_Options opts)
125 item_opts_on(ITEM * item, Item_Options opts)
146 | Function : Item_Options item_opts(const ITEM *item)
152 NCURSES_EXPORT(Item_Options)
H A Dmenu.h50 typedef int Item_Options; typedef
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);
H A Dmenu.priv.h142 extern NCURSES_EXPORT(Item_Options) _nc_retrace_item_opts (Item_Options); variable

Completed in 114 milliseconds