Searched refs:tp_snapshot (Results 1 – 2 of 2) sorted by relevance
6726 make_snapshot_rec(topframe, &curtab->tp_snapshot[idx]); in make_snapshot()6752 clear_snapshot_rec(tp->tp_snapshot[idx]); in clear_snapshot()6753 tp->tp_snapshot[idx] = NULL; in clear_snapshot()6779 if (curtab->tp_snapshot[idx] != NULL in restore_snapshot()6780 && curtab->tp_snapshot[idx]->fr_width == topframe->fr_width in restore_snapshot()6781 && curtab->tp_snapshot[idx]->fr_height == topframe->fr_height in restore_snapshot()6782 && check_snapshot_rec(curtab->tp_snapshot[idx], topframe) == OK) in restore_snapshot()6784 wp = restore_snapshot_rec(curtab->tp_snapshot[idx], topframe); in restore_snapshot()
3230 frame_T *(tp_snapshot[SNAP_COUNT]); // window layout snapshots member