Searched refs:find_func (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xemit.c | 122 if (!xecfg->find_func) 124 return xecfg->find_func(rec, len, buf, sz, xecfg->find_func_priv);
|
| H A D | xdiff.h | 113 find_func_t find_func; member
|
| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 2310 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 D | vim9script.c | 717 *ufunc = find_func(funcname, FALSE, NULL); in find_exported()
|
| H A D | vim9execute.c | 954 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 D | vim9type.c | 351 ufunc = find_func(name, FALSE, NULL); in typval2type_int()
|
| H A D | testing.c | 1116 fp = find_func(argvars[0].vval.v_string, FALSE, NULL); in f_test_refcount()
|
| H A D | vim9compile.c | 478 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 D | evalvars.c | 2644 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 D | evalfunc.c | 3970 ? 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 D | userfunc.pro | 12 ufunc_T *find_func(char_u *name, int is_global, cctx_T *cctx);
|