Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h2942 } FunctionObject; typedef
2953 FunctionObject *self; in FunctionNew()
2955 self = (FunctionObject *)subtype->tp_alloc(subtype, 0); in FunctionNew()
3101 FunctionDestructor(FunctionObject *self) in FunctionDestructor()
3128 FunctionAttr(FunctionObject *self, char *name) in FunctionAttr()
3163 set_partial(FunctionObject *self, partial_T *pt, int exported) in set_partial()
3260 FunctionRepr(FunctionObject *self) in FunctionRepr()
5872 FunctionObject *func; in set_ref_in_py()
5894 func = (FunctionObject *) cur->pll_obj; in set_ref_in_py()
6260 FunctionObject *func = (FunctionObject *) obj; in _ConvertFromPyObject()
[all …]
H A Dif_python3.c1738 FunctionObject *this = (FunctionObject *)(self); in FunctionGetattro()
H A Dif_python.c1518 r = FunctionAttr((FunctionObject *)(self), name); in FunctionGetattr()