Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c338 imp->imp_flags |= IMP_FLAGS_RELOAD; in mark_imports_for_reload()
535 if (imported->imp_flags & IMP_FLAGS_RELOAD) in handle_import()
537 imported->imp_flags &= ~IMP_FLAGS_RELOAD; in handle_import()
552 imported->imp_flags = IMP_FLAGS_STAR; in handle_import()
581 && (imported->imp_flags & IMP_FLAGS_RELOAD) in handle_import()
591 imported->imp_flags &= ~IMP_FLAGS_RELOAD; 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.h1818 int imp_flags; // IMP_FLAGS_ values member
H A Dvim9compile.c3036 if (import->imp_flags & IMP_FLAGS_STAR) in compile_load_scriptvar()