tcmp
static int tcmp(struct tbuf *, struct tbuf *);
(int (*)(const void *, const void *))tcmp);
cmp = tcmp;
return (tcmp(h1, h2));
return (tcmp(h1, h2));
static int hscmp(), ucmp(), lcmp(), tcmp();