Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c2611 int idx_other; in ex_diffgetput() local
2635 for (idx_other = 0; idx_other < DB_COUNT; ++idx_other) in ex_diffgetput()
2636 if (curtab->tp_diffbuf[idx_other] != curbuf in ex_diffgetput()
2637 && curtab->tp_diffbuf[idx_other] != NULL) in ex_diffgetput()
2640 || curtab->tp_diffbuf[idx_other]->b_p_ma) in ex_diffgetput()
2644 if (idx_other == DB_COUNT) in ex_diffgetput()
2654 for (i = idx_other + 1; i < DB_COUNT; ++i) in ex_diffgetput()
2687 idx_other = diff_buf_idx(buf); in ex_diffgetput()
2688 if (idx_other == DB_COUNT) in ex_diffgetput()
2713 idx_from = idx_other; in ex_diffgetput()
[all …]