Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c55 #define START_COND_HASH_SIZE 101 macro
59 static struct hash_entry *sctbl[START_COND_HASH_SIZE];
232 sctbl, START_COND_HASH_SIZE)) in scinstal()
251 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()