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