Searched refs:ohash_lookup_interval (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libutil/
H A Dohash.h56 unsigned int ohash_lookup_interval(struct ohash *, const char *,
H A Dohash.c222 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, function
326 return ohash_lookup_interval(h, s, *e, hv);
/openbsd-current/usr.bin/make/
H A Dtarg.c198 slot = ohash_lookup_interval(&targets, name, ename, hv);
218 slot = ohash_lookup_interval(&targets, name, ename, hv);
H A Dsuff.c219 return ohash_lookup_interval(h, s, *e, hv);
373 slot = ohash_lookup_interval(&suffixes, p, e, hv);
403 slot = ohash_lookup_interval(&suffixes, p, e, hv);
440 slot = ohash_lookup_interval(&suffixes, p, e, hv);
1122 slot = ohash_lookup_interval(&suffixes, p, e, hv);
H A Ddir.c292 return ohash_find(h, ohash_lookup_interval(h, file, efile, hv));
H A Dvar.c517 slot = ohash_lookup_interval(&global_variables, name, ename, k);
633 slot = ohash_lookup_interval(&global_variables, name, ename, k);
H A Dparse.c1423 slot = ohash_lookup_interval(t, gn->name, ename, hv);

Completed in 77 milliseconds