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

/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h11 #define HASH_FULL 3 macro
H A Dhashtable.c101 * HASH_FULL: if the hash table is full and the entry could not
114 return (HASH_FULL);
H A Dtre-fastmatch.c295 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
304 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
325 if ((r == HASH_FAIL) || (r == HASH_FULL)) \
334 if ((r == HASH_FAIL) || (r == HASH_FULL)) \

Completed in 52 milliseconds