Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1499 *length = text_prop.nitems; in clip_x11_convert_selection_cb()
1552 unsigned long nitems, bytes_after; in clip_x11_timestamp_cb() local
1565 &nitems, &bytes_after, &prop)) in clip_x11_timestamp_cb()
1671 text_prop.nitems = len; in clip_x11_request_selection_cb()
H A Dif_python3.c431 static PyObject* (*py3_PyType_GenericAlloc)(PyTypeObject *type, Py_ssize_t nitems);
924 call_PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems) in call_PyType_GenericAlloc() argument
926 return PyType_GenericAlloc(type,nitems); in call_PyType_GenericAlloc()
H A Dif_python.c409 static PyObject* (*dll_PyType_GenericAlloc)(PyTypeObject *type, PyInt nitems);