Home
last modified time | relevance | path

Searched refs:mf_hash_find (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile_test.c67 assert(mf_hash_find(&ht, key) == NULL); in test_mf_hash()
75 assert(mf_hash_find(&ht, key) == item); in test_mf_hash()
89 item = mf_hash_find(&ht, key); in test_mf_hash()
100 item = mf_hash_find(&ht, key); in test_mf_hash()
105 assert(mf_hash_find(&ht, key) == NULL); in test_mf_hash()
108 assert(mf_hash_find(&ht, key) == item); in test_mf_hash()
111 assert(mf_hash_find(&ht, key) == NULL); in test_mf_hash()
121 item = mf_hash_find(&ht, key); in test_mf_hash()
H A Dmemfile.c87 static mf_hashitem_T *mf_hash_find(mf_hashtab_T *, blocknr_T);
704 return (bhdr_T *)mf_hash_find(&mfp->mf_hash, nr); in mf_find_hash()
1177 np = (NR_TRANS *)mf_hash_find(&mfp->mf_trans, old_nr); in mf_trans_del()
1367 mf_hash_find(mf_hashtab_T *mht, blocknr_T key) in mf_hash_find() function
/vim-8.2.3635/src/testdir/
H A Dtest_cscope.vim137 call assert_equal(' item = mf_hash_find(&ht, key);', getline('.'))
139 call assert_equal(' item = mf_hash_find(&ht, key);', getline('.'))
141 call assert_equal(' item = mf_hash_find(&ht, key);', getline('.'))