Lines Matching refs:STACK_TV_VAR
1518 #define STACK_TV_VAR(idx) (((typval_T *)ectx->ec_stack.ga_data) + ectx->ec_frame_idx + STACK_FRAME_… macro
1545 return STACK_TV_VAR(idx); in lookup_debug_var()
2063 copy_tv(STACK_TV_VAR(iptr->isn_arg.number), STACK_TV_BOT(0)); in exec_instructions()
2258 tv = STACK_TV_VAR(iptr->isn_arg.number); in exec_instructions()
2425 tv = STACK_TV_VAR(iptr->isn_arg.storenr.stnr_idx); in exec_instructions()
3257 tv = STACK_TV_VAR(iptr->isn_arg.jumparg.jump_arg_off); in exec_instructions()
3269 STACK_TV_VAR(iptr->isn_arg.forloop.for_idx); in exec_instructions()
4684 #undef STACK_TV_VAR in call_def_function()
4685 #define STACK_TV_VAR(idx) (((typval_T *)ectx.ec_stack.ga_data) + ectx.ec_frame_idx + STACK_FRAME_SI… in call_def_function() macro
4877 STACK_TV_VAR(idx)->v_type = VAR_UNKNOWN; in call_def_function()
4881 STACK_TV_VAR(idx)->v_type = VAR_NUMBER; in call_def_function()
4882 STACK_TV_VAR(idx)->vval.v_number = 0; in call_def_function()