Lines Matching refs:tp
250 tabpage_T *tp; in set_buffer_lines() local
257 FOR_ALL_TAB_WINDOWS(tp, wp) in set_buffer_lines()
507 tabpage_T *tp; in f_deletebufline() local
565 FOR_ALL_TAB_WINDOWS(tp, wp) in f_deletebufline()
593 tabpage_T *tp; in get_buffer_info() local
620 FOR_ALL_TAB_WINDOWS(tp, wp) in get_buffer_info()
634 FOR_ALL_TABPAGES(tp) in get_buffer_info()
635 FOR_ALL_POPUPWINS_IN_TAB(tp, wp) in get_buffer_info()
918 tabpage_T **tp) in find_win_for_buf() argument
920 FOR_ALL_TAB_WINDOWS(*tp, *wp) in find_win_for_buf()
940 tabpage_T *tp; in switch_to_win_for_buf() local
942 if (find_win_for_buf(buf, &wp, &tp) == FAIL) in switch_to_win_for_buf()
944 else if (switch_win(save_curwinp, save_curtabp, wp, tp, TRUE) == FAIL) in switch_to_win_for_buf()