Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro7 imported_T *find_imported(char_u *name, size_t len, cctx_T *cctx);
/vim-8.2.3635/src/
H A Dvim9script.c532 imported = find_imported(as_name, STRLEN(as_name), cctx); in handle_import()
579 imported = find_imported(name, len, cctx); in handle_import()
H A Devalvars.c2601 import = find_imported(p, 0, NULL); in eval_variable()
2894 if (res == FAIL && find_imported(p, 0, NULL) != NULL) in lookup_scriptitem()
3256 imported_T *import = find_imported(varname, 0, NULL); in set_var_const()
H A Dvim9compile.c450 || find_imported(name, len, cctx) != NULL; in variable_exists()
513 || find_imported(p, len, cctx) != NULL in check_defined()
2593 find_imported(char_u *name, size_t len, cctx_T *cctx) in find_imported() function
3033 import = find_imported(name, 0, cctx); in compile_load_scriptvar()
3250 || find_imported(name, 0, cctx) != NULL) in compile_load()
6371 find_imported(var_start, lhs->lhs_varlen, cctx); in compile_lhs()
H A Duserfunc.c1585 import = find_imported(p, len, NULL); in deref_func_name()
1913 imported = find_imported(after_script == NULL in find_func_even_dead()
4244 import = find_imported(uname == NULL ? name : uname, 0, NULL); in define_function()