HomeSort by: relevance | last modified time | path
    Searched refs:nexth (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/rcorder/
hash.c 183 struct Hash_Entry **hp, *h, *nexth; local in function:Hash_DeleteTable
186 nexth = NULL;
188 for (h = *hp++; h != NULL; h = nexth) {
189 nexth = h->next;
  /src/usr.bin/rdist/
gram.y 374 struct namelist *h, *nexth;
378 for (h = hosts; h != NULL; nexth = h->n_next, free(h), h = nexth) {

Completed in 12 milliseconds