Searched refs:BufferObject (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_python3.c867 BufferObject *self;
876 self = PyObject_NEW(BufferObject, &BufferType);
889 BufferObject *this = (BufferObject *)(self);
898 BufferObject *this = (BufferObject *)(self);
921 BufferObject *this = (BufferObject *)(self);
951 if (CheckBuffer((BufferObject *)(self)))
954 return (Py_ssize_t)(((BufferObject *)(sel
[all...]
H A Dif_py_both.h468 BufferObject; typedef in typeref:struct:__anon14023
1060 CheckBuffer(BufferObject *this)
1072 RBItem(BufferObject *self, PyInt n, PyInt start, PyInt end)
1087 RBSlice(BufferObject *self, PyInt lo, PyInt hi, PyInt start, PyInt end)
1111 RBAsItem(BufferObject *self, PyInt n, PyObject *val, PyInt start, PyInt end, PyInt *new_end)
1135 RBAppend(BufferObject *self, PyObject *args, PyInt start, PyInt end, PyInt *new_end)
1173 BufferObject *buf;
1181 BufferObject *bufr;
1187 bufr = (BufferObject *)BufferNew(buf);
1205 return RBAppend((BufferObject *)(sel
[all...]

Completed in 93 milliseconds