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

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c41 struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
189 ndtbl, NAME_TABLE_HASH_SIZE ) )
202 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
H A Dflexdef.h334 #define NAME_TABLE_HASH_SIZE 101 macro
338 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];

Completed in 52 milliseconds