Lines Matching refs:func
6 func XTest_goto_decl(cmd, lines, line, col)
17 func Test_gD()
21 int func(void)
30 func Test_gD_too()
35 int func() {
43 func Test_gD_comment()
48 int func(void)
57 func Test_gD_inline_comment()
62 int func(void)
71 func Test_gD_string()
76 int func(void)
85 func Test_gD_string_same_line()
89 int func(void)
98 func Test_gD_char()
103 int func(void)
112 func Test_gd()
116 int func(int x)
126 func Test_gd_with_fold()
143 func Test_gd_not_local()
159 func Test_gd_kr_style()
161 int func(x)
171 func Test_gd_missing_braces()
187 func Test_gd_comment()
189 int func(void)
200 func Test_gd_comment_in_string()
202 int func(void)
213 func Test_gd_string_in_comment()
216 int func(void)
228 func Test_gd_inline_comment()
230 int func(/* x is an int */ int x)
239 func Test_gd_inline_comment_only()
241 int func(void) /* one lonely x */
250 func Test_gd_inline_comment_body()
252 int func(void)
267 func Test_gd_trailing_multiline_comment()
269 int func(int x) /* x is an int */
278 func Test_gd_trailing_comment()
280 int func(int x) // x is an int
289 func Test_gd_string()
291 int func(void)
302 func Test_gd_string_only()
304 int func(void)
316 func Test_cursorline_keep_col()
329 func Test_gd_local_block()
352 func Test_motion_if_elif_else_endif()
414 func Test_motion_c_comment()