Searched refs:cs_rettv (Results 1 – 3 of 3) sorted by relevance
1939 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()
5122 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()
937 # define cs_rettv cs_pend.csp_rv macro