Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c800 case CSTP_RETURN: in report_pending()
833 if (pending == CSTP_RETURN) in report_pending()
1936 if (cstack->cs_pending[cstack->cs_idx] == CSTP_RETURN) in ex_finally()
1938 report_discard_pending(CSTP_RETURN, in ex_finally()
2095 if (pending == CSTP_RETURN) in ex_endtry()
2121 (pending == CSTP_RETURN) ? rettv : in ex_endtry()
2141 case CSTP_RETURN: in ex_endtry()
2374 case CSTP_RETURN: in cleanup_conditionals()
2375 report_discard_pending(CSTP_RETURN, in cleanup_conditionals()
H A Dstructs.h971 # define CSTP_RETURN 24 // ":return" is pending macro
H A Duserfunc.c5116 cstack->cs_pending[idx] = CSTP_RETURN; in do_return()
5150 report_make_pending(CSTP_RETURN, rettv); in do_return()