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

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c54 static struct xtrahash *xlocate(char name[]);
387 struct xtrahash { struct
391 } xtrahash[XHSIZE]; variable in typeref:struct:xtrahash
393 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */
404 register struct xtrahash *xp, **tp;
408 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) {
412 *tp++ = (struct xtrahash *) 0;
427 register struct xtrahash *xp;
431 if (xp == (struct xtrahash *)
[all...]

Completed in 45 milliseconds