Searched refs:current_item (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/ncurses/menu/
H A Dm_item_cur.c86 | Function : ITEM *current_item(const MENU *menu)
93 current_item(const MENU *menu) function
95 T((T_CALLED("current_item(%p)"), (const void *)menu));
H A Dmenu.h198 extern MENU_EXPORT(ITEM *) current_item(const MENU *);
/freebsd-current/usr.sbin/nscd/
H A Dcachelib.h173 struct cache_mp_data_item_ *current_item; member in struct:cache_mp_read_session_
H A Dcachelib.c1082 retval->current_item = TAILQ_FIRST(
1106 if (rs->current_item == NULL) {
1111 if (rs->current_item->value_size > *data_size) {
1112 *data_size = rs->current_item->value_size;
1122 *data_size = rs->current_item->value_size;
1123 memcpy(data, rs->current_item->value, rs->current_item->value_size);
1124 rs->current_item = TAILQ_NEXT(rs->current_item, entries);
/freebsd-current/lib/ncurses/menu/
H A DMakefile113 mitem_current.3 current_item.3 \
/freebsd-current/contrib/dialog/
H A Dmenubox.c313 int *current_item,
762 *current_item = scrollamt + choice;
764 DLG_TRACE2N("current", *current_item);
306 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
H A Dchecklist.c161 int *current_item)
218 DLG_TRACE2N("current", *current_item);
607 *current_item = (scrollamt + choice);
152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
H A Dtreeview.c165 int *current_item)
566 *current_item = (scrollamt + choice);
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
H A Dformbox.c470 int *current_item)
530 DLG_TRACE2N("current", *current_item);
890 *current_item = choice;
463 dlg_form(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, DIALOG_FORMITEM * items, int *current_item) argument
H A Dbuildlist.c516 int *current_item)
1167 *current_item = cur_item;
507 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument

Completed in 196 milliseconds