Searched refs:hash_remove (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dhash.h45 void hash_remove(hash_t *, void *);
H A Dhash.c148 hash_remove(hash_t *hash, void *key) function
H A Dmerge.c1018 hash_remove(mcd->md_tdtba, (void *)tdp);
/macosx-10.10.1/vim-55/src/proto/
H A Dhashtab.pro10 void hash_remove __ARGS((hashtab_T *ht, hashitem_T *hi));
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dhashlib.h64 extern BUCKET_CONTENTS *hash_remove __P((const char *, HASH_TABLE *, int));
H A Dhashcmd.c75 item = hash_remove (filename, hashed_filenames, 0);
H A Dpcomplib.c159 item = hash_remove (cmd, prog_completes, 0);
H A Dalias.c174 elt = hash_remove (name, aliases, 0);
H A Dhashlib.c211 hash_remove (string, table, flags) function
H A Dvariables.c2342 elt = hash_remove (name, shell_functions, 0);
2372 elt = hash_remove (name, shell_function_defs, 0);
2402 if (elt = hash_remove (name, v->table, 0))
/macosx-10.10.1/vim-55/src/
H A Dhashtab.c282 hash_remove(ht, hi) function
H A Deval.c1462 hash_remove(&vimvarht, hi);
6879 hash_remove(&d->dv_hashtab, hi);
6946 hash_remove(&dict->dv_hashtab, hi);
19649 hash_remove(ht, hi);
21683 hash_remove(&func_hashtab, hi);
H A Dsyntax.c4277 hash_remove(ht, hi);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4828 hash_remove (h, key)
5488 hash_remove (h, key);
4800 hash_remove (h, key) function
H A Dlisp.h2360 void hash_remove P_ ((struct Lisp_Hash_Table *, Lisp_Object));

Completed in 320 milliseconds