Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c59 static int check_snapshot_rec(frame_T *sn, frame_T *fr);
6782 && check_snapshot_rec(curtab->tp_snapshot[idx], topframe) == OK) in restore_snapshot()
6798 check_snapshot_rec(frame_T *sn, frame_T *fr) in check_snapshot_rec() function
6804 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL) in check_snapshot_rec()
6806 && check_snapshot_rec(sn->fr_child, fr->fr_child) == FAIL) in check_snapshot_rec()