Lines Matching refs:tp
723 tabpage_T *tp; in makeopens() local
727 FOR_ALL_TABPAGES(tp) in makeopens()
728 if (tp->tp_next != NULL && put_line(fd, "tabnew") == FAIL) in makeopens()
735 tabpage_T *tp = NULL; in makeopens() local
741 tp = find_tabpage(tabnr); in makeopens()
743 if (tp == NULL) in makeopens()
745 if (tp == curtab) in makeopens()
752 tab_firstwin = tp->tp_firstwin; in makeopens()
753 tab_topframe = tp->tp_topframe; in makeopens()
849 if (tp != NULL && tp->tp_localdir != NULL && ssop_flags & SSOP_CURDIR) in makeopens()
852 || ses_put_fname(fd, tp->tp_localdir, &ssop_flags) == FAIL in makeopens()