Home
last modified time | relevance | path

Searched refs:test_mf_hash (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_cscope.vim51 for cmd in ['cs find g test_mf_hash',
52 \ 'cs find 1 test_mf_hash',
59 for cmd in ['cs find d test_mf_hash', 'cs find 2 test_mf_hash']
66 for cmd in ['cs find c test_mf_hash', 'cs find 3 test_mf_hash']
69 call assert_equal(' test_mf_hash();', getline('.'))
147 let a = execute('cscope find t test_mf_hash')
149 call assert_equal(' test_mf_hash();', getline('.'))
211 let a = execute('cs find g test_mf_hash')
212 call assert_notequal('test_mf_hash(void)', getline('.'))
214 let a = execute('cs find g test_mf_hash')
[all …]
/vim-8.2.3635/src/
H A Dmemfile_test.c32 test_mf_hash(void) in test_mf_hash() function
141 test_mf_hash(); in main()