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

/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h8 #define HASH_OK 0 macro
H A Dhashtable.c97 * HASH_OK: if the key was not present in the hash table yet
169 return (HASH_OK);
205 * Returns HASH_OK if the value has been found and retrieved or
222 return (HASH_OK);
227 * tbl. Returns HASH_OK if the entry has been found and removed
249 return (HASH_OK);
H A Dtre-fastmatch.c153 bc = (r == HASH_OK) ? bc : fg->defBc; \

Completed in 74 milliseconds