Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h4882 RBSlice(BufferObject *self, PyInt lo, PyInt hi, PyInt start, PyInt end) in RBSlice() function
5107 return RBSlice(self->buf, lo, hi, self->start, self->end); in RangeSlice()
5224 return RBSlice(self, lo, hi, 1, -1); in BufferSlice()