Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h174 *result = PyInt_AsLong(obj); in NumberToLong()
2453 long _idx = PyInt_AsLong(idx); in ListItem()
2755 long _idx = PyInt_AsLong(idx); in ListAssItem()
6319 tv->vval.v_number = (varnumber_T) PyInt_AsLong(obj); in _ConvertFromPyObject()
H A Dif_python.c190 # define PyInt_AsLong dll_PyInt_AsLong macro
H A Dif_python3.c98 #define PyInt_AsLong(obj) PyLong_AsLong(obj) macro