Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c56 #define CCL_HASH_SIZE 101 macro
60 static struct hash_entry *ccltab[CCL_HASH_SIZE];
124 (char *) 0, cclnum, ccltab, CCL_HASH_SIZE); in cclinstal()
135 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup()