Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c54 #define NAME_TABLE_HASH_SIZE 101 macro
58 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
185 ndtbl, NAME_TABLE_HASH_SIZE)) in ndinstal()
197 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()