Home
last modified time | relevance | path

Searched refs:PyArg_Parse (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c156 # undef PyArg_Parse
167 # define PyArg_Parse dll_PyArg_Parse macro
H A Dif_python3.c138 # undef PyArg_Parse
139 # define PyArg_Parse py3_PyArg_Parse macro
H A Dif_py_both.h416 if (!PyArg_Parse(string, "et#", ENC_OPT, &str, &len)) in write_output()
4053 if (!PyArg_Parse(valObject, "(ll)", &lnum, &col)) in WindowSetattr()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17177 Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)