Home
last modified time | relevance | path

Searched refs:find_func (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxemit.c122 if (!xecfg->find_func)
124 return xecfg->find_func(rec, len, buf, sz, xecfg->find_func_priv);
H A Dxdiff.h113 find_func_t find_func; member
/vim-8.2.3635/src/
H A Duserfunc.c2310 fp = find_func(global, TRUE, NULL); in copy_func()
3328 fp = find_func(rfname, is_global, NULL); in call_func()
3337 fp = find_func(rfname, is_global, NULL); in call_func()
3343 fp = find_func(rfname, is_global, NULL); in call_func()
3352 fp = find_func(p, is_global, NULL); in call_func()
4011 fp = find_func(up, FALSE, NULL); in define_function()
4727 fp = find_func(name, is_global, NULL); in ex_delfunction()
4786 fp = find_func(name, FALSE, NULL); in func_unref()
4827 fp = find_func(name, FALSE, NULL); in func_ref()
5320 fp = find_func(fname, FALSE, NULL); in make_partial()
[all …]
H A Dvim9script.c717 *ufunc = find_func(funcname, FALSE, NULL); in find_exported()
H A Dvim9execute.c954 ufunc = find_func(name, FALSE, NULL); in call_by_name()
962 ufunc = find_func(name, FALSE, NULL); in call_by_name()
5877 ufunc = find_func(fname, is_global, NULL); in ex_disassemble()
5884 ufunc = find_func(p, FALSE, NULL); in ex_disassemble()
H A Dvim9type.c351 ufunc = find_func(name, FALSE, NULL); in typval2type_int()
H A Dtesting.c1116 fp = find_func(argvars[0].vval.v_string, FALSE, NULL); in f_test_refcount()
H A Dvim9compile.c478 return find_func(is_global ? name + 2 : name, is_global, cctx) != NULL; in item_exists()
3103 ufunc_T *ufunc = find_func(name, FALSE, cctx); in generate_funcref()
3171 && find_func(name, FALSE, cctx) != NULL) in compile_load()
3180 && find_func(name, FALSE, cctx) != NULL) in compile_load()
3544 ufunc = find_func(name, FALSE, cctx); in compile_call()
H A Devalvars.c2644 ufunc_T *ufunc = find_func(name, FALSE, NULL); in eval_variable()
2916 if (find_func(fname, is_global, NULL) != NULL) in lookup_scriptitem()
H A Devalfunc.c3970 ? find_func(trans_name, is_global, NULL) == NULL in common_function()
4108 pt->pt_func = find_func(trans_name, is_global, NULL); in common_function()
/vim-8.2.3635/src/proto/
H A Duserfunc.pro12 ufunc_T *find_func(char_u *name, int is_global, cctx_T *cctx);