Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h3191 #define SNAP_COUNT 2 macro
3230 frame_T *(tp_snapshot[SNAP_COUNT]); // window layout snapshots
H A Dwindow.c3890 for (idx = 0; idx < SNAP_COUNT; ++idx) in free_tabpage()