Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1327 cstack->cs_pending[idx] = CSTP_CONTINUE; in ex_continue()
1353 cstack->cs_pending[idx] = CSTP_BREAK; in ex_break()
1619 cstack->cs_pending[cstack->cs_idx] = CSTP_NONE; in ex_try()
1948 cstack->cs_pending[cstack->cs_idx] = pending; in ex_finally()
2067 && !cstack->cs_pending[idx])) in ex_endtry()
2093 pending = cstack->cs_pending[idx]; in ex_endtry()
2094 cstack->cs_pending[idx] = CSTP_NONE; in ex_endtry()
2362 switch (cstack->cs_pending[idx]) in cleanup_conditionals()
2371 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
2378 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
[all …]
H A Dscriptfile.c1991 eap->cstack->cs_pending[idx] = CSTP_FINISH; in do_finish()
H A Dstructs.h921 char cs_pending[CSTACK_LEN]; // CSTP_: what's pending in ":finally" member
H A Duserfunc.c5116 cstack->cs_pending[idx] = CSTP_RETURN; in do_return()
H A Dex_docmd.c1140 report_make_pending(cstack.cs_pending[cstack.cs_idx] in do_cmdline()