Home
last modified time | relevance | path

Searched refs:CSF_FINISHED (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c2412 && !(cstack->cs_flags[idx] & CSF_FINISHED)) in cleanup_conditionals()
2415 cstack->cs_flags[idx] |= CSF_FINISHED; in cleanup_conditionals()
H A Dstructs.h954 # define CSF_FINISHED 0x2000 // CSF_CAUGHT was handled by finish_exception() macro