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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c749 int buc, i; local
755 buc = ROFF_HASH(roffs[i].name);
757 if (NULL != (n = hash[buc])) {
762 hash[buc] = &roffs[i];
773 int buc; local
786 buc = ROFF_HASH(p);
788 if (NULL == (n = hash[buc]))

Completed in 66 milliseconds