codetab
static unsigned short codetab [HSIZE];
#define codetabof(i) codetab[i]
#define codetabof(i) codetab[i]
decode(const char *name, const CODE *codetab)
for (c = codetab; c->c_name != NULL; c++)
decode(const char *name, CODE *codetab)
for (c = codetab; c->c_name; c++)