Lines Matching refs:n1

2606 			long	n1;  in exec_instructions()  local
2611 n1 = (long)tv_get_number_chk(tv_idx1, &error); in exec_instructions()
2626 tv_dest->vval.v_list, &n1, FALSE); in exec_instructions()
2634 &n1, li1, &n2, FALSE); in exec_instructions()
2639 n1, in exec_instructions()
2650 varnumber_T n1; in exec_instructions() local
2654 n1 = tv_get_number_chk(tv_idx1, &error); in exec_instructions()
2671 n1, FALSE) == FAIL in exec_instructions()
2673 n1, n2, FALSE) == FAIL) in exec_instructions()
2677 tv_dest->vval.v_blob, n1, n2, tv); in exec_instructions()
2847 long n1 = (long)tv_idx1->vval.v_number; in exec_instructions() local
2852 li = list_find_index(l, &n1); in exec_instructions()
2857 if (n1 < 0) in exec_instructions()
2858 n1 = list_idx_of_item(l, li); in exec_instructions()
2870 && n2 < n1) in exec_instructions()
2876 && list_unlet_range(l, li, NULL, n1, in exec_instructions()
3819 varnumber_T n1, n2; in exec_instructions() local
3847 n1 = 0; in exec_instructions()
3853 n1 = tv_get_number_chk(tv1, &error); in exec_instructions()
3858 f1 = n1; in exec_instructions()
3905 case EXPR_MULT: n1 = n1 * n2; break; in exec_instructions()
3906 case EXPR_DIV: n1 = num_divide(n1, n2, &failed); in exec_instructions()
3910 case EXPR_SUB: n1 = n1 - n2; break; in exec_instructions()
3911 case EXPR_ADD: n1 = n1 + n2; break; in exec_instructions()
3912 default: n1 = num_modulus(n1, n2, &failed); in exec_instructions()
3920 tv1->vval.v_number = n1; in exec_instructions()
3944 varnumber_T n1 = 0, n2; in exec_instructions() local
3953 n1 = tv->vval.v_number; in exec_instructions()
3963 res = string_slice(tv->vval.v_string, n1, n2, FALSE); in exec_instructions()
3984 varnumber_T n1, n2; in exec_instructions() local
3994 n1 = n2 = tv->vval.v_number; in exec_instructions()
4000 n1 = tv->vval.v_number; in exec_instructions()
4010 n1, n2, FALSE, tv) == FAIL) in exec_instructions()
4016 n1, n2, FALSE, tv, TRUE) == FAIL) in exec_instructions()