Searched refs:find_exported (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9script.pro | 14 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 D | vim9script.c | 571 idx = find_exported(sid, name, &ufunc, &type, cctx, TRUE); in handle_import() 673 find_exported( in find_exported() function
|
| H A D | eval.c | 5827 idx = find_exported(rettv->vval.v_number, exp_name, &ufunc, &type, in handle_subscript()
|
| H A D | vim9compile.c | 3064 idx = find_exported(import->imp_sid, exp_name, &ufunc, &type, in compile_load_scriptvar()
|