Searched refs:getDeepestNestingRecurse (Results 1 – 1 of 1) sorted by relevance
57 static int getDeepestNestingRecurse(garray_T *gap);1641 return getDeepestNestingRecurse(&curwin->w_folds); in getDeepestNesting()1645 getDeepestNestingRecurse(garray_T *gap) in getDeepestNestingRecurse() function1655 level = getDeepestNestingRecurse(&fp[i].fd_nested) + 1; in getDeepestNestingRecurse()