Searched refs:hash_init (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dhashtab.pro2 void hash_init __ARGS((hashtab_T *ht));
/macosx-10.10/apr-32/apr/apr/random/unix/
H A Dapr_random.c47 #define hash_init(h) (h)->init(h) macro
51 #define hash(h,r,b,n) hash_init(h),hash_add(h,b,n),hash_finish(h,r)
153 hash_init(g->key_hash);
202 hash_init(g->key_hash);
/macosx-10.10/vim-55/src/
H A Dhashtab.c58 hash_init(ht);
67 hash_init(ht) function
78 * If "ht" is not freed then you should call hash_init() next!
H A Dbuffer.c645 hash_init(&buf->b_vars.dv_hashtab);
1693 hash_init(&buf->b_s.b_keywtab);
1694 hash_init(&buf->b_s.b_keywtab_ic);
H A Dspell.c2556 hash_init(&lp->sl_wordcount);
2667 hash_init(&lp->sl_wordcount);
5231 hash_init(&aff->af_pref);
5232 hash_init(&aff->af_suff);
5233 hash_init(&aff->af_comp);
6557 hash_init(&ht);
7763 hash_init(&ht);
9089 hash_init(&spin.si_commonwords);
10556 hash_init(&su->su_banned);
13175 hash_init(
[all...]
H A Deval.c856 hash_init(&compat_hashtab);
857 hash_init(&func_hashtab);
909 hash_init(&vimvarht); /* garbage_collect() will access it */
6808 hash_init(&d->dv_hashtab);
19582 hash_init(&dict->dv_hashtab);
H A Dfileio.c8964 hash_init(&aucmd_win->w_vars.dv_hashtab); /* re-use the hashtab */
H A Dsyntax.c4327 hash_init(ht);
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1948 \ 'hash_init(': 'string algo [, int options, string key] | resource',

Completed in 183 milliseconds