Lines Matching refs:test_mf_hash
51 for cmd in ['cs find g test_mf_hash',
52 \ 'cs find 1 test_mf_hash',
53 \ 'cs find 1 test_mf_hash'] " leading space ignored.
55 …', '/*', ' * Test mf_hash_*() functions.', ' */', ' static void', 'test_mf_hash(void)', '{'], g…
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']
68 call assert_match('\n(1 of 1): <<main>> test_mf_hash();', a)
69 call assert_equal(' test_mf_hash();', getline('.'))
134 …call assert_equal(['', '(1 of 4): <<test_mf_hash>> item = LALLOC_CLEAR_ONE(mf_hashitem_T);'], spli…
147 let a = execute('cscope find t test_mf_hash')
148 call assert_equal(['', '(1 of 1): <<<unknown>>> test_mf_hash();'], split(a, '\n', 1))
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')
215 call assert_equal('test_mf_hash(void)', getline('.'))