Lines Matching refs:tv_idx2
2594 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()
2620 n2 = (long)tv_get_number_chk(tv_idx2, &error); 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()
2663 n2 = tv_get_number_chk(tv_idx2, &error); 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()
2840 && check_for_number(tv_idx2) == FAIL)) in exec_instructions()
2848 long n2 = tv_idx2->v_type == VAR_SPECIAL in exec_instructions()
2849 ? 0 : (long)tv_idx2->vval.v_number; in exec_instructions()
2869 && tv_idx2->v_type != VAR_SPECIAL in exec_instructions()
2877 tv_idx2->v_type != VAR_SPECIAL, n2) in exec_instructions()
2892 clear_tv(tv_idx2); in exec_instructions()