Home
last modified time | relevance | path

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

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