Searched refs:COMTSIZE (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ | ||
H A D | mkey3.c | 19 #define COMTSIZE 997 macro 26 static char *cwds[COMTSIZE]; 67 h = hash(s) % (COMTSIZE); 71 h = (h+1) % (COMTSIZE); |
Completed in 120 milliseconds