Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dsym.c53 #define NAME_TABLE_HASH_SIZE 101 macro
57 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
189 ndtbl, NAME_TABLE_HASH_SIZE)) in ndinstal()
201 return (u_char *) findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()