Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1939 cstack->cs_rettv[cstack->cs_idx]); in ex_finally()
1940 discard_pending_return(cstack->cs_rettv[cstack->cs_idx]); in ex_finally()
2096 rettv = cstack->cs_rettv[idx]; in ex_endtry()
2376 cstack->cs_rettv[idx]); in cleanup_conditionals()
2377 discard_pending_return(cstack->cs_rettv[idx]); in cleanup_conditionals()
H A Duserfunc.c5122 cstack->cs_rettv[idx] = rettv; in do_return()
5133 if ((cstack->cs_rettv[idx] = alloc_tv()) != NULL) in do_return()
5134 *(typval_T *)cstack->cs_rettv[idx] = *(typval_T *)rettv; in do_return()
5139 cstack->cs_rettv[idx] = NULL; in do_return()
H A Dstructs.h937 # define cs_rettv cs_pend.csp_rv macro