Searched refs:foldInsert (Results 1 – 1 of 1) sorted by relevance
2129 static int foldInsert(garray_T *gap, int i);2652 if (foldInsert(gap, i) != OK) in foldUpdateIEMSRecurse()2863 foldInsert(garray_T *gap, int i) in foldInsert() function2900 if (foldInsert(gap, i + 1) == FAIL) in foldSplit()