Home
last modified time | relevance | path

Searched refs:find_exported (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9script.pro14 int find_exported(int sid, char_u *name, ufunc_T **ufunc, type_T **type, cctx_T *cctx, int verbose);
/vim-8.2.3635/src/
H A Dvim9script.c571 idx = find_exported(sid, name, &ufunc, &type, cctx, TRUE); in handle_import()
673 find_exported( in find_exported() function
H A Deval.c5827 idx = find_exported(rettv->vval.v_number, exp_name, &ufunc, &type, in handle_subscript()
H A Dvim9compile.c3064 idx = find_exported(import->imp_sid, exp_name, &ufunc, &type, in compile_load_scriptvar()