Lines Matching refs:tp
2597 tabpage_T *tp; in screenalloc() local
2653 FOR_ALL_TAB_WINDOWS(tp, wp) in screenalloc()
2662 FOR_ALL_TABPAGES(tp) in screenalloc()
2663 FOR_ALL_POPUPWINS_IN_TAB(tp, wp) in screenalloc()
2688 FOR_ALL_TAB_WINDOWS(tp, wp) in screenalloc()
2708 FOR_ALL_TABPAGES(tp) in screenalloc()
2709 FOR_ALL_POPUPWINS_IN_TAB(tp, wp) in screenalloc()
4384 tabpage_T *tp; in draw_tabline() local
4445 FOR_ALL_TABPAGES(tp) in draw_tabline()
4454 for (tp = first_tabpage; tp != NULL && col < Columns - 4; in draw_tabline()
4455 tp = tp->tp_next) in draw_tabline()
4459 if (tp->tp_topframe == topframe) in draw_tabline()
4464 if (tp->tp_topframe != topframe) in draw_tabline()
4469 if (tp == curtab) in draw_tabline()
4476 cwp = tp->tp_curwin; in draw_tabline()
4477 wp = tp->tp_firstwin; in draw_tabline()