Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest77a.in5 We need 2 million lines to trigger a call to mf_hash_grow(). If it would mess
H A Dtest_file_size.vim5 " We need 2 million lines to trigger a call to mf_hash_grow(). If it would mess
/vim-8.2.3635/src/
H A Dmemfile.c90 static int mf_hash_grow(mf_hashtab_T *);
1403 if (mf_hash_grow(mht) == FAIL) in mf_hash_add_item()
1438 mf_hash_grow(mf_hashtab_T *mht) in mf_hash_grow() function