Lines Matching refs:lines

3 " Create a new buffer using "lines" and place the cursor on the word after the
6 func XTest_goto_decl(cmd, lines, line, col) argument
8 call setline(1, a:lines)
18 let lines =<< trim [CODE]
27 call XTest_goto_decl('gD', lines, 1, 5)
31 let lines =<< trim [CODE]
40 call XTest_goto_decl('gD', lines, 1, 10)
44 let lines =<< trim [CODE]
54 call XTest_goto_decl('gD', lines, 2, 5)
58 let lines =<< trim [CODE]
68 call XTest_goto_decl('gD', lines, 2, 5)
72 let lines =<< trim [CODE]
82 call XTest_goto_decl('gD', lines, 2, 5)
86 let lines =<< trim [CODE]
95 call XTest_goto_decl('gD', lines, 1, 22)
99 let lines =<< trim [CODE]
109 call XTest_goto_decl('gD', lines, 2, 5)
113 let lines =<< trim [CODE]
122 call XTest_goto_decl('gd', lines, 3, 14)
128 let lines =<< trim END
135 call setline(1, lines)
144 let lines =<< trim [CODE]
156 call XTest_goto_decl('gd', lines, 3, 10)
160 let lines =<< trim [CODE]
168 call XTest_goto_decl('gd', lines, 2, 7)
172 let lines =<< trim [CODE]
184 call XTest_goto_decl('gd', lines, 1, 11)
188 let lines =<< trim [CODE]
197 call XTest_goto_decl('gd', lines, 4, 7)
201 let lines =<< trim [CODE]
210 call XTest_goto_decl('gd', lines, 3, 22)
215 let lines =<< trim [CODE]
224 call XTest_goto_decl('gd', lines, 3, 15)
229 let lines =<< trim [CODE]
236 call XTest_goto_decl('gd', lines, 1, 32)
240 let lines =<< trim [CODE]
247 call XTest_goto_decl('gd', lines, 3, 10)
251 let lines =<< trim [CODE]
264 call XTest_goto_decl('gd', lines, 7, 7)
268 let lines =<< trim [CODE]
275 call XTest_goto_decl('gd', lines, 1, 14)
279 let lines =<< trim [CODE]
286 call XTest_goto_decl('gd', lines, 1, 14)
290 let lines =<< trim [CODE]
299 call XTest_goto_decl('gd', lines, 4, 7)
303 let lines =<< trim [CODE]
312 call XTest_goto_decl('gd', lines, 5, 10)
330 let lines =<< trim [CODE]
349 call XTest_goto_decl('1gd', lines, 11, 11)
354 let lines =<< trim END
371 call setline(1, lines)