Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dsym.c54 #define START_COND_HASH_SIZE 101 macro
58 static struct hash_entry *sctbl[START_COND_HASH_SIZE];
235 sctbl, START_COND_HASH_SIZE)) in scinstal()
254 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()