Lines Matching refs:idx_other
2611 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()
2719 idx_to = idx_other; in ex_diffgetput()
2723 aucmd_prepbuf(&aco, curtab->tp_diffbuf[idx_other]); in ex_diffgetput()