Searched refs:tv_idx2 (Results 1 – 1 of 1) sorted by relevance
2594 typval_T *tv_idx2 = STACK_TV_BOT(-2); in exec_instructions() local2616 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() local2839 || (tv_idx2->v_type != VAR_SPECIAL in exec_instructions()2869 && tv_idx2->v_type != VAR_SPECIAL in exec_instructions()[all …]