Lines Matching refs:PyInt
72 static PyInt RangeStart;
73 static PyInt RangeEnd;
370 writer(writefn fn, char_u *str, PyInt n) in writer()
387 PyInt len = ptr - str; in writer()
1692 static PyInt
1695 return ((PyInt) (self->dict->dv_hashtab.ht_used)); in DictionaryLength()
2386 static PyInt
2389 return ((PyInt) (self->list->lv_len)); in ListLength()
2417 PyInt i; in ListSlice()
2509 PyInt i; in ListAssSlice()
2510 PyInt j; in ListAssSlice()
2511 PyInt numreplaced = 0; in ListAssSlice()
2512 PyInt numadded = 0; in ListAssSlice()
2513 PyInt size; in ListAssSlice()
3826 static PyInt
3830 PyInt n = 0; in TabListLength()
3842 TabListItem(PyObject *self UNUSED, PyInt n) in TabListItem()
4188 static PyInt
4192 PyInt n = 0; in WinListLength()
4207 WinListItem(WinListObject *self, PyInt n) in WinListItem()
4238 PyInt i; in StringToLine()
4325 GetBufferLine(buf_T *buf, PyInt n) in GetBufferLine()
4337 GetBufferLineList(buf_T *buf, PyInt lo, PyInt hi) in GetBufferLineList()
4339 PyInt i; in GetBufferLineList()
4340 PyInt n = hi - lo; in GetBufferLineList()
4412 SetBufferLine(buf_T *buf, PyInt n, PyObject *line, PyInt *len_change) in SetBufferLine()
4516 PyInt lo, in SetBufferLineList()
4517 PyInt hi, in SetBufferLineList()
4519 PyInt *len_change) in SetBufferLineList()
4532 PyInt i; in SetBufferLineList()
4533 PyInt n = (int)(hi - lo); in SetBufferLineList()
4574 PyInt i; in SetBufferLineList()
4575 PyInt new_len = PyList_Size(list); in SetBufferLineList()
4576 PyInt old_len = hi - lo; in SetBufferLineList()
4577 PyInt extra = 0; // lines added to text, can be negative in SetBufferLineList()
4719 InsertBufferLines(buf_T *buf, PyInt n, PyObject *lines, PyInt *len_change) in InsertBufferLines()
4761 PyInt i; in InsertBufferLines()
4762 PyInt size = PyList_Size(lines); in InsertBufferLines()
4861 RBItem(BufferObject *self, PyInt n, PyInt start, PyInt end) in RBItem()
4882 RBSlice(BufferObject *self, PyInt lo, PyInt hi, PyInt start, PyInt end) in RBSlice()
4884 PyInt size; in RBSlice()
4908 static PyInt
4911 PyInt n, in RBAsItem()
4913 PyInt start, in RBAsItem()
4914 PyInt end, in RBAsItem()
4915 PyInt *new_end) in RBAsItem()
4917 PyInt len_change; in RBAsItem()
4943 static PyInt
4946 PyInt lo, in RBAsSlice()
4947 PyInt hi, in RBAsSlice()
4949 PyInt start, in RBAsSlice()
4950 PyInt end, in RBAsSlice()
4951 PyInt *new_end) in RBAsSlice()
4953 PyInt size; in RBAsSlice()
4954 PyInt len_change; in RBAsSlice()
4992 PyInt start, in RBAppend()
4993 PyInt end, in RBAppend()
4994 PyInt *new_end) in RBAppend()
4997 PyInt len_change; in RBAppend()
4998 PyInt max; in RBAppend()
4999 PyInt n; in RBAppend()
5038 PyInt start;
5039 PyInt end;
5043 RangeNew(buf_T *buf, PyInt start, PyInt end) in RangeNew()
5088 static PyInt
5099 RangeItem(RangeObject *self, PyInt n) in RangeItem()
5105 RangeSlice(RangeObject *self, PyInt lo, PyInt hi) in RangeSlice()
5205 static PyInt
5212 return (PyInt)(self->buf->b_ml.ml_line_count); in BufferLength()
5216 BufferItem(BufferObject *self, PyInt n) in BufferItem()
5222 BufferSlice(BufferObject *self, PyInt lo, PyInt hi) in BufferSlice()
5368 PyInt start; in BufferRange()
5369 PyInt end; in BufferRange()
5416 static PyInt
5420 PyInt n = 0; in BufMapLength()
5545 return GetBufferLine(curbuf, (PyInt)curwin->w_cursor.lnum); in CurrentGetattr()
5563 if (SetBufferLine(curbuf, (PyInt)curwin->w_cursor.lnum, valObject, in CurrentSetattr()
5681 RangeStart = (PyInt) curwin->w_cursor.lnum; in init_range_eval()
5717 PyInt lnum; in run_do()