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

/netbsd-current/external/bsd/elftoolchain/dist/common/
H A Dutarray.h229 #define utarray_front(a) (((a)->i) ? (_utarray_eltptr(a,0)) : NULL) macro
230 #define utarray_next(a,e) (((e)==NULL) ? utarray_front(a) : (((a)->i != utarray_eltidx(a,e)+1) ? _utarray_eltptr(a,utarray_eltidx(a,e)+1) : NULL))

Completed in 120 milliseconds