Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/refer/
H A Dmkey3.c19 #define COMTSIZE 997 macro
26 static char *cwds[COMTSIZE];
67 h = hash(s) % (COMTSIZE); in c_look()
71 h = (h+1) % (COMTSIZE); in c_look()