Searched refs:PyIntObjArgProc (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_python.c | 103 # define PyIntObjArgProc ssizeobjargproc macro 112 # define PyIntObjArgProc intobjargproc macro 1226 (PyIntObjArgProc) BufferAssItem, // sq_ass_item, x[i]=v 1273 (PyIntObjArgProc) RangeAssItem, // sq_ass_item, x[i]=v 1365 (PyIntObjArgProc) 0, // sq_ass_item, x[i]=v 1382 (PyIntObjArgProc) 0, // sq_ass_item, x[i]=v
|
| H A D | if_python3.c | 103 #define PyIntObjArgProc ssizeobjargproc macro
|
| H A D | if_py_both.h | 2914 (PyIntObjArgProc) ListAssIndex, // sq_as_item, x[i]=v
|