Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9execute.c1545 return STACK_TV_VAR(idx); in lookup_debug_var()
2087 copy_tv(STACK_TV_VAR(iptr->isn_arg.number), STACK_TV_BOT(0)); in exec_instructions()
2282 tv = STACK_TV_VAR(iptr->isn_arg.number); in exec_instructions()
2449 tv = STACK_TV_VAR(iptr->isn_arg.storenr.stnr_idx); in exec_instructions()
3303 tv = STACK_TV_VAR(iptr->isn_arg.jumparg.jump_arg_off); in exec_instructions()
3315 STACK_TV_VAR(iptr->isn_arg.forloop.for_idx); in exec_instructions()
4730 #undef STACK_TV_VAR in call_def_function()
4731 #define STACK_TV_VAR(idx) (((typval_T *)ectx.ec_stack.ga_data) + ectx.ec_frame_idx + STACK_FRAME_SI… in call_def_function() macro
4923 STACK_TV_VAR(idx)->v_type = VAR_UNKNOWN; in call_def_function()
4927 STACK_TV_VAR(idx)->v_type = VAR_NUMBER; in call_def_function()
[all …]