Searched refs:imp_funcname (Results 1 – 5 of 5) sorted by relevance
588 && STRCMP(imported->imp_funcname, in handle_import()624 imported->imp_funcname = ufunc->uf_name; in handle_import()
1590 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()
2606 if (import->imp_funcname != NULL) in eval_variable()2612 rettv->vval.v_string = vim_strsave(import->imp_funcname); in eval_variable()
1825 char_u *imp_funcname; // user func name (NOT allocated) member
3085 else if (import->imp_funcname != NULL) in compile_load_scriptvar()3086 generate_PUSHFUNC(cctx, import->imp_funcname, import->imp_type); in compile_load_scriptvar()