Searched refs:check_snapshot_rec (Results 1 – 1 of 1) sorted by relevance
59 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() function6804 && 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()