Home
last modified time | relevance | path

Searched refs:imp_funcname (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9script.c588 && STRCMP(imported->imp_funcname, in handle_import()
624 imported->imp_funcname = ufunc->uf_name; in handle_import()
H A Duserfunc.c1590 if (import->imp_funcname != NULL) in deref_func_name()
1592 s = import->imp_funcname; in deref_func_name()
1915 if (imported != NULL && imported->imp_funcname != NULL) in find_func_even_dead()
1917 hi = hash_find(&func_hashtab, imported->imp_funcname); in find_func_even_dead()
H A Devalvars.c2606 if (import->imp_funcname != NULL) in eval_variable()
2612 rettv->vval.v_string = vim_strsave(import->imp_funcname); in eval_variable()
H A Dstructs.h1825 char_u *imp_funcname; // user func name (NOT allocated) member
H A Dvim9compile.c3085 else if (import->imp_funcname != NULL) in compile_load_scriptvar()
3086 generate_PUSHFUNC(cctx, import->imp_funcname, import->imp_type); in compile_load_scriptvar()