Lines Matching refs:find
42 for cmd in ['cs find s main', 'cs find 0 main']
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.
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']
73 for cmd in ['cs find t Bram', 'cs find 4 Bram']
81 for cmd in ['cs find e ^\#includ.', 'cs find 6 ^\#includ.']
93 let a = execute('lcs find e ^\#includ.')
103 for cmd in ['cs find f Xmemfile_test.c', 'cs find 7 Xmemfile_test.c']
111 for cmd in ['cs find i assert.h', 'cs find 8 assert.h']
121 " Test: Invalid find command
122 call assert_fails('cs find', 'E560:')
123 call assert_fails('cs find x', 'E560:')
132 for cmd in ['cs find a item', 'cs find 9 item']
146 " Test: leading whitespace is not removed for cscope find text
147 let a = execute('cscope find t test_mf_hash')
152 let a = execute('scs find t Bram')
211 let a = execute('cs find g test_mf_hash')
214 let a = execute('cs find g test_mf_hash')
221 call assert_fails('cscope find g DOES_NOT_EXIST', 'E259:')
226 call feedkeys(":cs find s main\<CR>", 't')
261 call assert_equal('"cs add find help kill reset show', @:)
264 call assert_equal('"scs find', @:)
266 call feedkeys(":cs find \<C-A>\<C-B>\"\<CR>", 'tx')
267 call assert_equal('"cs find a c d e f g i s t', @:)
335 call assert_fails('cscope find s main', 'E567:')