Searched refs:CSF_SILENT (Results 1 – 2 of 2) sorted by relevance
1663 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()
955 # define CSF_SILENT 0x4000 // "emsg_silent" reset by ":try" macro