Searched refs:ITEM (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/contrib/bsddialog/examples_utility/
H A Dmenu.sh17 ITEM=$(./bsddialog --title " menu " --menu "Hello World!" 15 30 5 \
36 echo "[OK] $ITEM"
H A Dradiolist.sh17 ITEM=$(./bsddialog --title " radiolist " --radiolist "Hello World!" 15 30 5 \
36 echo "[OK] $ITEM"
/freebsd-current/contrib/ncurses/menu/
H A Dm_item_use.c45 | Function : int set_item_userptr(ITEM *item, void *userptr)
53 set_item_userptr(ITEM *item, void *userptr)
62 | Function : void *item_userptr(const ITEM *item)
71 item_userptr(const ITEM *item)
H A Dm_item_nam.c45 | Function : char *item_name(const ITEM *item)
52 item_name(const ITEM *item)
60 | Function : char *item_description(const ITEM *item)
67 item_description(const ITEM *item)
H A Dm_trace.c38 MENU_EXPORT(ITEM *)
39 _nc_retrace_item(ITEM *code)
45 MENU_EXPORT(ITEM **)
46 _nc_retrace_item_ptr(ITEM **code)
H A Dm_item_cur.c45 | Function : int set_current_item(MENU *menu, const ITEM *item)
52 set_current_item(MENU *menu, ITEM *item)
86 | Function : ITEM *current_item(const MENU *menu)
92 MENU_EXPORT(ITEM *)
96 returnItem((menu && menu->items) ? menu->curitem : (ITEM *)0);
101 | Function : int item_index(const ITEM *)
108 item_index(const ITEM *item)
H A Dm_item_opt.c45 | Function : int set_item_opts(ITEM *item, Item_Options opts)
55 set_item_opts(ITEM *item, Item_Options opts)
90 | Function : int item_opts_off(ITEM *item, Item_Options opts)
98 item_opts_off(ITEM *item, Item_Options opts)
100 ITEM *citem = item; /* use a copy because set_item_opts must detect
118 | Function : int item_opts_on(ITEM *item, Item_Options opts)
126 item_opts_on(ITEM *item, Item_Options opts)
128 ITEM *citem = item; /* use a copy because set_item_opts must detect
147 | Function : Item_Options item_opts(const ITEM *item)
154 item_opts(const ITEM *ite
[all...]
H A Dmenu.h108 ITEM; typedef in typeref:struct:tagITEM
135 ITEM **items; /* array of items */
137 ITEM *curitem; /* Current item */
197 extern MENU_EXPORT(ITEM **) menu_items(const MENU *);
198 extern MENU_EXPORT(ITEM *) current_item(const MENU *);
199 extern MENU_EXPORT(ITEM *) new_item(const char *, const char *);
201 extern MENU_EXPORT(MENU *) new_menu(ITEM **);
203 extern MENU_EXPORT(Item_Options) item_opts(const ITEM *);
214 extern MENU_EXPORT(const char *) item_description(const ITEM *);
215 extern MENU_EXPORT(const char *) item_name(const ITEM *);
[all...]
H A Dm_items.c45 | Function : int set_menu_items(MENU *menu, ITEM **items)
57 set_menu_items(MENU *menu, ITEM **items)
82 | Function : ITEM **menu_items(const MENU *menu)
88 MENU_EXPORT(ITEM **)
92 returnItemPtr(menu ? menu->items : (ITEM **)0);
H A Dm_item_vis.c45 | Function : bool item_visible(const ITEM *item)
54 item_visible(const ITEM *item)
H A Dm_cursor.c54 _nc_menu_cursor_pos(const MENU *menu, const ITEM *item, int *pY, int *pX)
60 if ((ITEM *)0 == item)
62 assert(item != (ITEM *)0);
87 int err = _nc_menu_cursor_pos(menu, (ITEM *)0, &y, &x);
H A Dmenu.priv.h55 extern MENU_EXPORT_VAR(ITEM) _nc_Default_Item;
127 extern MENU_EXPORT(void) _nc_Post_Item (const MENU *, const ITEM *);
128 extern MENU_EXPORT(bool) _nc_Connect_Items (MENU *, ITEM **);
130 extern MENU_EXPORT(void) _nc_New_TopRow_and_CurrentItem (MENU *,int, ITEM *);
132 extern MENU_EXPORT(int) _nc_Match_Next_Character_In_Item_Name (MENU*,int,ITEM**);
133 extern MENU_EXPORT(int) _nc_menu_cursor_pos (const MENU* menu, const ITEM* item,
145 extern MENU_EXPORT(ITEM *) _nc_retrace_item (ITEM *);
146 extern MENU_EXPORT(ITEM **) _nc_retrace_item_ptr (ITEM **);
[all...]
H A Dm_global.c66 (ITEM **)0, /* List of items */
68 (ITEM *)0, /* Current item */
84 MENU_EXPORT_VAR(ITEM) _nc_Default_Item = {
94 (ITEM *)0, /* left */
95 (ITEM *)0, /* right */
96 (ITEM *)0, /* up */
97 (ITEM *)0 /* down */
115 ITEM **items;
137 | Function : static void ResetConnectionInfo(MENU *, ITEM **)
145 ResetConnectionInfo(MENU *menu, ITEM **item
[all...]
H A Dm_item_val.c45 | Function : int set_item_value(ITEM *item, int value)
57 set_item_value(ITEM *item, bool value)
89 | Function : bool item_value(const ITEM *item)
97 item_value(const ITEM *item)
H A Dm_item_new.c102 | Function : ITEM *new_item(char *name, char *description)
110 MENU_EXPORT(ITEM *)
113 ITEM *item;
121 item = (ITEM *)0;
126 item = typeCalloc(ITEM, 1);
156 | Function : int free_item(ITEM *item)
166 free_item(ITEM *item)
H A Dm_new.c45 | Function : MENU* _nc_new_menu(SCREEN*, ITEM **items)
55 NCURSES_SP_NAME(new_menu) (NCURSES_SP_DCLx ITEM **items)
96 | Function : MENU *new_menu(ITEM **items)
107 new_menu(ITEM **items)
H A Dm_item_top.c62 if (menu->items == (ITEM **)0)
73 ITEM *item;
H A Dm_opts.c87 ITEM **item;
89 if (((item = menu->items) != (ITEM **)0))
H A Dm_post.c45 | Function : void _nc_Post_Item(MENU *menu, ITEM *item)
53 _nc_Post_Item(const MENU *menu, const ITEM *item)
203 ITEM *item = menu->items[0];
204 ITEM *lastvert;
205 ITEM *hitem;
215 lastvert = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : item;
223 ITEM *lasthor;
228 lasthor = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : hitem;
319 ITEM **items;
H A Dm_pattern.c79 ITEM *matchitem;
H A Dm_driver.c98 | ITEM **item)
120 (MENU *menu, int ch, ITEM **item)
222 ITEM *item;
/freebsd-current/tools/test/stress2/tools/
H A Dcalc_mem_use.pl21 if (/ITEM\s+SIZE\s+LIMIT\s+USED\s+FREE\s+REQ\s+FAIL\s+SLEEP/) {
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c35 #define FSE_LIST_ERRORS(ITEM) \
36 ITEM(FSE_OK_NoError) ITEM(FSE_ERROR_GENERIC) \
37 ITEM(FSE_ERROR_tableLog_tooLarge) ITEM(FSE_ERROR_maxSymbolValue_tooLarge) ITEM(FSE_ERROR_maxSymbolValue_tooSmall) \
38 ITEM(FSE_ERROR_dstSize_tooSmall) ITEM(FSE_ERROR_srcSize_wrong)\
39 ITEM(FSE_ERROR_corruptionDetected) \
40 ITEM(FSE_ERROR_maxCod
[all...]
H A Dzstd_v03.c573 #define ERROR_LIST(ITEM) \
574 ITEM(PREFIX(No_Error)) ITEM(PREFIX(GENERIC)) \
575 ITEM(PREFIX(dstSize_tooSmall)) ITEM(PREFIX(srcSize_wrong)) \
576 ITEM(PREFIX(prefix_unknown)) ITEM(PREFIX(corruption_detected)) \
577 ITEM(PREFIX(tableLog_tooLarge)) ITEM(PREFIX(maxSymbolValue_tooLarge)) ITEM(PREFI
[all...]
H A Dzstd_v02.c571 #define ERROR_LIST(ITEM) \
572 ITEM(PREFIX(No_Error)) ITEM(PREFIX(GENERIC)) \
573 ITEM(PREFIX(dstSize_tooSmall)) ITEM(PREFIX(srcSize_wrong)) \
574 ITEM(PREFIX(prefix_unknown)) ITEM(PREFIX(corruption_detected)) \
575 ITEM(PREFIX(tableLog_tooLarge)) ITEM(PREFIX(maxSymbolValue_tooLarge)) ITEM(PREFI
[all...]

Completed in 239 milliseconds

12