Searched refs:HASH_FULL (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dhashtable.h11 #define HASH_FULL 3 macro
H A Dhashtable.c99 * HASH_FULL: if the hash table is full and the entry could not
112 return (HASH_FULL);
H A Dtre-fastmatch.c282 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
291 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
312 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
321 if ((r == HASH_FAIL) || (r == HASH_FULL)) \

Completed in 48 milliseconds