Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfold.c57 static int getDeepestNestingRecurse(garray_T *gap);
1641 return getDeepestNestingRecurse(&curwin->w_folds); in getDeepestNesting()
1645 getDeepestNestingRecurse(garray_T *gap) in getDeepestNestingRecurse() function
1655 level = getDeepestNestingRecurse(&fp[i].fd_nested) + 1; in getDeepestNestingRecurse()