Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c552 imported->imp_flags = IMP_FLAGS_STAR; in handle_import()
H A Devalvars.c2615 else if (import->imp_flags & IMP_FLAGS_STAR) in eval_variable()
3270 if (import->imp_flags & IMP_FLAGS_STAR) in set_var_const()
H A Dstructs.h1828 #define IMP_FLAGS_STAR 1 // using "import * as Name" macro
H A Dvim9compile.c3036 if (import->imp_flags & IMP_FLAGS_STAR) in compile_load_scriptvar()