Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1663 cstack->cs_flags[cstack->cs_idx] |= CSF_SILENT; in ex_try()
2111 (void)cleanup_conditionals(cstack, CSF_TRY | CSF_SILENT, TRUE); in ex_endtry()
2441 if (stop && searched_cond != (CSF_TRY | CSF_SILENT)) in cleanup_conditionals()
2450 && (cstack->cs_flags[idx] & CSF_SILENT)) in cleanup_conditionals()
2458 cstack->cs_flags[idx] &= ~CSF_SILENT; in cleanup_conditionals()
H A Dstructs.h955 # define CSF_SILENT 0x4000 // "emsg_silent" reset by ":try" macro