Lines Matching refs:STACK_TV
469 #define STACK_TV(idx) (((typval_T *)ectx->ec_stack.ga_data) + idx) macro
495 tv = STACK_TV(ectx->ec_frame_idx + STACK_FRAME_SIZE + dfunc->df_varcount); in handle_closure_in_use()
521 typval_T *stv = STACK_TV(ectx->ec_frame_idx in handle_closure_in_use()
556 tv = STACK_TV(top + idx); in handle_closure_in_use()
568 tv = STACK_TV(ectx->ec_frame_idx + STACK_FRAME_SIZE + idx); in handle_closure_in_use()
663 int prev_dfunc_idx = STACK_TV(ectx->ec_frame_idx in func_return()
696 clear_tv(STACK_TV(idx)); in func_return()
701 clear_tv(STACK_TV(idx)); in func_return()
719 ectx->ec_iidx = STACK_TV(ectx->ec_frame_idx in func_return()
721 ectx->ec_instr = (void *)STACK_TV(ectx->ec_frame_idx in func_return()
723 ectx->ec_outer_ref = (void *)STACK_TV(ectx->ec_frame_idx in func_return()
725 floc = (void *)STACK_TV(ectx->ec_frame_idx in func_return()
728 ectx->ec_frame_idx = STACK_TV(ectx->ec_frame_idx in func_return()
744 *STACK_TV_BOT(-1) = *STACK_TV(ret_idx); in func_return()
755 #undef STACK_TV
1511 #define STACK_TV(idx) (((typval_T *)ectx->ec_stack.ga_data) + idx) macro
1553 return STACK_TV(ectx->ec_frame_idx - ufunc->uf_args.ga_len in lookup_debug_var()
1556 return STACK_TV(ectx->ec_frame_idx - 1); in lookup_debug_var()
4676 #undef STACK_TV in call_def_function()
4677 #define STACK_TV(idx) (((typval_T *)ectx.ec_stack.ga_data) + idx) in call_def_function() macro
4867 STACK_TV(ectx.ec_stack.ga_len)->v_type = VAR_UNKNOWN; in call_def_function()
4973 clear_tv(STACK_TV(idx)); in call_def_function()