Home
last modified time | relevance | path

Searched refs:nitem (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h64 #define CHECK_ARRAY(nitem, a) do { \ argument
65 if (nitem > 0 && a == NULL) \
66 RETURN_FMTERROR(#nitem " is %d but *" #a " is NULL", nitem); \
/freebsd/contrib/bsddialog/
H A DCHANGELOG320 - add: KEY_DOWN can move focus from item to buttons, if nitem is 1.
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2148 struct tcp_req_done_item* item, *nitem; in tcp_req_info_clear() local
2165 nitem = item->next; in tcp_req_info_clear()
2172 item = nitem; in tcp_req_info_clear()
/freebsd/sys/netipsec/
H A Dkey.c1942 int ndeep, int nitem, ...) in key_gather_mbuf() argument
1953 va_start(ap, nitem); in key_gather_mbuf()
1954 for (i = 0; i < nitem; i++) { in key_gather_mbuf()