CMDTABSIZE         74 src/struct.c   static CMDTAB *cmdtab[HASH_MAX][CMDTABSIZE] = {{NULL}};
CMDTABSIZE        113 src/struct.c       hashval = hash(2, keys, CMDTABSIZE);
CMDTABSIZE        151 src/struct.c       for(int i = 0; i < CMDTABSIZE; i++) {
CMDTABSIZE        191 src/struct.c       h = hash(1, keys, CMDTABSIZE);