Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dwindow.c59 static int check_snapshot_rec(frame_T *sn, frame_T *fr);
6786 && check_snapshot_rec(curtab->tp_snapshot[idx], topframe) == OK) in restore_snapshot()
6802 check_snapshot_rec(frame_T *sn, frame_T *fr) in check_snapshot_rec() function
6808 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL) in check_snapshot_rec()
6810 && check_snapshot_rec(sn->fr_child, fr->fr_child) == FAIL) in check_snapshot_rec()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c6487 && check_snapshot_rec(curtab->tp_snapshot[idx], topframe) == OK) { in restore_snapshot()
6500 static int check_snapshot_rec(frame_T *sn, frame_T *fr) in check_snapshot_rec() function
6506 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL) in check_snapshot_rec()
6508 && check_snapshot_rec(sn->fr_child, fr->fr_child) == FAIL) in check_snapshot_rec()