Searched refs:cs_trylevel (Results 1 – 4 of 4) sorted by relevance
1315 rewind_conditionals(cstack, idx, CSF_TRY, &cstack->cs_trylevel); in ex_continue()1421 rewind_conditionals(cstack, idx, CSF_TRY, &cstack->cs_trylevel); in ex_endwhile()1617 ++cstack->cs_trylevel; in ex_try()1693 if (cstack->cs_trylevel <= 0 || cstack->cs_idx < 0) in ex_catch()1858 if (cstack->cs_trylevel <= 0 || cstack->cs_idx < 0) in ex_finally()1990 if (cstack->cs_trylevel <= 0 || cstack->cs_idx < 0) in ex_endtry()2116 --cstack->cs_trylevel; in ex_endtry()
1149 trylevel = initial_trylevel + cstack.cs_trylevel; in do_cmdline()1182 && cstack.cs_trylevel == 0 in do_cmdline()1190 && (cstack.cs_trylevel == 0 || did_emsg_syntax) in do_cmdline()
933 int cs_trylevel; // nr of nested ":try"s member
5064 && (!failed || eap->cstack->cs_trylevel > 0)) in ex_call()