Lines Matching refs:func
5 func MyFunc(arg1, arg2, arg3)
9 func MySort(up, one, two)
19 func MyMap(sub, index, val)
23 func MyFilter(threshold, index, val)
27 func Test_partial_args()
61 func MyDictFunc(arg1, arg2) dict
65 func Test_partial_dict()
94 func Test_partial_implicit()
96 func dict.MyFunc(arg) dict
102 call assert_fails('let func = dict.MyFunc', 'E704:')
115 let opt = { 'func' : function('max') }
116 call InnerCall(opt.func)
119 func Test_function_in_dict()
123 func s:cache_clear() dict
127 func Test_script_function_in_dict()
145 func s:cache_arg(arg) dict
150 func Test_script_function_in_dict_arg()
175 func Test_partial_exists()
187 func Test_partial_string()
203 func Test_func_unref()
205 function! obj.func() abort
207 let funcnumber = matchstr(string(obj.func), '^function(''\zs.\{-}\ze''')
213 func Test_tostring()
226 func Test_redefine_dict_func()
239 func Test_bind_in_python()
253 func Test_cyclic_list_arg()
262 func Test_cyclic_dict_arg()
270 func Ignored3(job1, job2, status)
273 func Test_cycle_partial_job()
280 func Ignored2(job, status)
283 func Test_ref_job_partial_dict()
291 func Test_auto_partial_rebind()
293 func! dict1.f1()
313 func Test_get_partial_items()
319 call assert_equal(Func, get(Cb, 'func'))
325 call assert_equal(Func, get(Func, 'func'))
336 func Test_compare_partials()