Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c2594 typval_T *tv_idx2 = STACK_TV_BOT(-2); in exec_instructions() local
2616 if (tv_idx2->v_type == VAR_SPECIAL in exec_instructions()
2617 && tv_idx2->vval.v_number == VVAL_NONE) in exec_instructions()
2641 tv_idx2->v_type == VAR_SPECIAL, in exec_instructions()
2659 if (tv_idx2->v_type == VAR_SPECIAL in exec_instructions()
2660 && tv_idx2->vval.v_number == VVAL_NONE) in exec_instructions()
2688 clear_tv(tv_idx2); in exec_instructions()
2830 typval_T *tv_idx2 = STACK_TV_BOT(-2); in exec_instructions() local
2839 || (tv_idx2->v_type != VAR_SPECIAL in exec_instructions()
2869 && tv_idx2->v_type != VAR_SPECIAL in exec_instructions()
[all …]