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

/freebsd-10.0-release/contrib/mdocml/
H A Droff.c260 int buc, i; local
266 buc = ROFF_HASH(roffs[i].name);
268 if (NULL != (n = hash[buc])) {
273 hash[buc] = &roffs[i];
284 int buc; local
297 buc = ROFF_HASH(p);
299 if (NULL == (n = hash[buc]))

Completed in 72 milliseconds