Home
last modified time | relevance | path

Searched refs:tp_snapshot (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c6726 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()
H A Dstructs.h3230 frame_T *(tp_snapshot[SNAP_COUNT]); // window layout snapshots member