hh_next           337 src/dps8/uthash.h                _thh = _thh->hh_next;                                             \
hh_next           675 src/dps8/uthash.h     if ((out)->hh.hh_next) \
hh_next           676 src/dps8/uthash.h       DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,(out)->hh.hh_next));                  \
hh_next           689 src/dps8/uthash.h  (addhh)->hh_next = head.hh_head;                                                \
hh_next           707 src/dps8/uthash.h       (head).hh_head = hh_del->hh_next;                                          \
hh_next           710 src/dps8/uthash.h         hh_del->hh_prev->hh_next = hh_del->hh_next;                              \
hh_next           712 src/dps8/uthash.h     if (hh_del->hh_next) {                                                       \
hh_next           713 src/dps8/uthash.h         hh_del->hh_next->hh_prev = hh_del->hh_prev;                              \
hh_next           765 src/dps8/uthash.h            _he_hh_nxt = _he_thh->hh_next;                                        \
hh_next           774 src/dps8/uthash.h            _he_thh->hh_next = _he_newbkt->hh_head;                               \
hh_next           905 src/dps8/uthash.h           _src_hh = _src_hh->hh_next) {                                          \
hh_next          1037 src/dps8/uthash.h    struct UT_hash_handle *hh_next;   /* next hh in bucket order        */