Home
last modified time | relevance | path

Searched refs:IMP_FLAGS_RELOAD (Results 1 – 2 of 2) 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()
581 && (imported->imp_flags & IMP_FLAGS_RELOAD) in handle_import()
591 imported->imp_flags &= ~IMP_FLAGS_RELOAD; in handle_import()
H A Dstructs.h1829 #define IMP_FLAGS_RELOAD 2 // script reloaded, OK to redefine macro