Home
last modified time | relevance | path

Searched refs:xtrahash (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c384 struct xtrahash { struct
388 } xtrahash[XHSIZE]; argument
405 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) { in minit()
409 *tp++ = (struct xtrahash *) 0; in minit()
424 register struct xtrahash *xp; in mstash()
428 if (xp == (struct xtrahash *) 0) { in mstash()
457 static struct xtrahash *
462 register struct xtrahash *xp; in xlocate()
471 xp = &xtrahash[(h + q) % XHSIZE]; in xlocate()
478 xp = &xtrahash[(h - q) % XHSIZE]; in xlocate()
[all …]