Lines Matching defs:args
886 VimEval(PyObject *self UNUSED, PyObject *args) in VimEval()
998 _VimChdir(PyObject *_chdir, PyObject *args, PyObject *kwargs) in _VimChdir()
1053 VimChdir(PyObject *self UNUSED, PyObject *args, PyObject *kwargs) in VimChdir()
1059 VimFchdir(PyObject *self UNUSED, PyObject *args, PyObject *kwargs) in VimFchdir()
1206 FinderFindSpec(PyObject *self, PyObject *args) in FinderFindSpec()
1341 FinderFindModule(PyObject *self, PyObject *args) in FinderFindModule()
1389 VimPathHook(PyObject *self UNUSED, PyObject *args) in VimPathHook()
1608 DictionaryConstructor(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) in DictionaryConstructor()
1705 _DictionaryItem(DictionaryObject *self, PyObject *args, int flags) in _DictionaryItem()
2028 DictionaryUpdate(DictionaryObject *self, PyObject *args, PyObject *kwargs) in DictionaryUpdate()
2160 DictionaryGet(DictionaryObject *self, PyObject *args) in DictionaryGet()
2167 DictionaryPop(DictionaryObject *self, PyObject *args) in DictionaryPop()
2336 ListConstructor(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) in ListConstructor()
3013 FunctionConstructor(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) in FunctionConstructor()
3198 typval_T args; in FunctionCall() local
4991 PyObject *args, in RBAppend()
5122 RangeAppend(RangeObject *self, PyObject *args) in RangeAppend()
5310 BufferAppend(BufferObject *self, PyObject *args) in BufferAppend()
5366 BufferRange(BufferObject *self, PyObject *args) in BufferRange()