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

  /src/usr.bin/config/
hash.c 117 struct hashenthead *h, *oldh; local in function:ht_expand
125 oldh = ht->ht_tab;
128 while ((p = TAILQ_FIRST(&oldh[i])) != NULL) {
129 TAILQ_REMOVE(&oldh[i], p, h_next);
hash.c 117 struct hashenthead *h, *oldh; local in function:ht_expand
125 oldh = ht->ht_tab;
128 while ((p = TAILQ_FIRST(&oldh[i])) != NULL) {
129 TAILQ_REMOVE(&oldh[i], p, h_next);

Completed in 21 milliseconds