Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h275 PyMethodDef *method; in ObjectDir()
502 static struct PyMethodDef OutputMethods[] = {
602 static struct PyMethodDef LoaderMethods[] = {
1409 static struct PyMethodDef VimMethods[] = {
2927 static struct PyMethodDef ListMethods[] = {
3309 static struct PyMethodDef FunctionMethods[] = {
3808 static struct PyMethodDef TabPageMethods[] = {
4144 static struct PyMethodDef WindowMethods[] = {
5145 static struct PyMethodDef RangeMethods[] = {
5396 static struct PyMethodDef BufferMethods[] = {
[all …]
H A Dif_python.c90 struct PyMethodDef { Py_ssize_t a; }; struct
411 static PyObject*(*dll_Py_FindMethod)(struct PyMethodDef[], PyObject *, char *);
412 static PyObject*(*dll_Py_InitModule4)(char *, struct PyMethodDef *, char *, PyObject *, int);