Lines Matching refs:idx_to
2613 int idx_to; in ex_diffgetput() local
2714 idx_to = idx_cur; in ex_diffgetput()
2719 idx_to = idx_other; in ex_diffgetput()
2732 if (diff_buf_idx(curbuf) != idx_to) in ex_diffgetput()
2746 lnum = dp->df_lnum[idx_to]; in ex_diffgetput()
2747 count = dp->df_count[idx_to]; in ex_diffgetput()
2830 new_count = dp->df_count[idx_to] + added; in ex_diffgetput()
2831 dp->df_count[idx_to] = new_count; in ex_diffgetput()
2839 && i != idx_to in ex_diffgetput()
2874 diff_fold_update(dfree, idx_to); in ex_diffgetput()
2880 dp->df_count[idx_to] = new_count; in ex_diffgetput()
2883 if (idx_cur == idx_to) in ex_diffgetput()