Searched refs:hash_find (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dhash.h46 int hash_find(hash_t *, void *, void **);
H A Dalist.c124 if (!hash_find(alist->al_elements, &template, (void **)&ret))
H A Dhash.c209 hash_find(hash_t *hash, void *key, void **value) function
H A Dmerge.c701 if (!hash_find(mcd->md_parent->td_idhash, (void *)&template,
703 !hash_find(mcd->md_tgt->td_idhash, (void *)&template,
918 if (!hash_find(rmd->rmd_tgt->td_idhash, (void *)&template,
987 assert(hash_find(mcd->md_parent->td_idhash,
H A Ddwarf.c175 if (hash_find(dw->dw_tidhash, &tmpl, (void **)&tdp))
/macosx-10.10.1/vim-55/src/proto/
H A Dhashtab.pro5 hashitem_T *hash_find __ARGS((hashtab_T *ht, char_u *key));
/macosx-10.10.1/vim-55/src/
H A Dhashtab.c122 hash_find(ht, key) function
130 * Like hash_find(), but caller computes "hash".
H A Deval.c1458 hi = hash_find(&vimvarht, vimvars[idx].vv_di.di_key);
3592 hi = hash_find(ht, varname);
6942 hi = hash_find(&dict->dv_hashtab, item->di_key);
7147 hi = hash_find(&d->dv_hashtab, akey);
19449 hi = hash_find(ht, varname);
19458 hi = hash_find(ht, varname);
19484 hi = hash_find(&compat_hashtab, name);
21208 hi = hash_find(&func_hashtab, name);
21679 hi = hash_find(&func_hashtab, UF2HIKEY(fp));
H A Dspell.c627 #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
3428 hi = hash_find(&slang->sl_wordcount, word);
5580 hi = hash_find(tp, key);
5966 if (HASHITEM_EMPTY(hash_find(&spin->si_commonwords,
6286 hi = hash_find(&aff->af_comp, key);
6791 hi = hash_find(&affile->af_pref, key);
6831 hi = hash_find(&affile->af_comp, key);
13654 hi = hash_find(&slang->sl_map_hash, buf);
13671 hi = hash_find(&slang->sl_map_hash, buf);
15810 hi = hash_find(
[all...]
H A Dsyntax.c3299 hi = hash_find(ht, keyword);

Completed in 199 milliseconds