Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c34 int tcd_caught; // catch block entered member
3422 trycmd->tcd_caught = TRUE; in exec_instructions()
3489 if (trycmd->tcd_caught && current_exception != NULL) in exec_instructions()
3544 if (trycmd->tcd_caught && current_exception != NULL) in exec_instructions()
3550 trycmd->tcd_caught = FALSE; in exec_instructions()