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

/freebsd-13-stable/contrib/ntp/libntp/
H A Dauthkeys.c26 symkey * hlink; /* next in hash bucket */ member in struct:savekey
465 LINK_SLIST(key_hash[hash], sk, hlink);
505 LINK_SLIST(*bucket, sk, hlink);
534 UNLINK_SLIST(unlinked, *bucket, sk, hlink, symkey);
555 for (sk = key_hash[KEYHASH(id)]; sk != NULL; sk = sk->hlink)
/freebsd-13-stable/contrib/less/
H A Dline.c113 int hlink; /* Processing hyperlink address? */ member in struct:ansi_state
597 pansi->hlink = 0;
611 if (pansi->hlink)
629 pansi->hlink = 1; /* now processing hyperlink addr */
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c293 mru * hlink; /* next in hash table bucket */ member in struct:mru_tag
2472 for (mon = hash_table[hash]; mon != NULL; mon = mon->hlink)
2485 UNLINK_SLIST(unlinked, hash_table[hash], mon, hlink, mru);
2492 LINK_SLIST(hash_table[hash], add, hlink);
2630 recent, hlink, mru);
2730 recent = recent->hlink)

Completed in 125 milliseconds