Lines Matching refs:tabpage_T
76 static int diff_buf_idx_tp(buf_T *buf, tabpage_T *tp);
77 static void diff_mark_adjust_tp(tabpage_T *tp, int idx, linenr_T line1, linenr_T line2, long amount…
78 static void diff_check_unchanged(tabpage_T *tp, diff_T *dp);
79 static int diff_check_sanity(tabpage_T *tp, diff_T *dp);
89 static diff_T *diff_alloc_new(tabpage_T *tp, diff_T *dprev, diff_T *dp);
104 tabpage_T *tp; in diff_buf_delete()
216 diff_buf_idx_tp(buf_T *buf, tabpage_T *tp) in diff_buf_idx_tp()
233 tabpage_T *tp; in diff_invalidate()
259 tabpage_T *tp; in diff_mark_adjust()
279 tabpage_T *tp, in diff_mark_adjust_tp()
541 diff_alloc_new(tabpage_T *tp, diff_T *dprev, diff_T *dp) in diff_alloc_new()
564 diff_check_unchanged(tabpage_T *tp, diff_T *dp) in diff_check_unchanged()
638 diff_check_sanity(tabpage_T *tp, diff_T *dp) in diff_check_sanity()
1843 diff_clear(tabpage_T *tp) in diff_clear()
2215 tabpage_T *tp; in diffopt_changed()
2954 tabpage_T *tp; in diff_mode_buf()