Searched refs:OutputObject (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_py_both.h45 } OutputObject; typedef in typeref:struct:__anon14022
66 int error = ((OutputObject *)(self))->error;
87 int error = ((OutputObject *)(self))->error;
208 static OutputObject Output =
215 static OutputObject Error =
H A Dif_python3.c742 return PyLong_FromLong(((OutputObject *)(self))->softspace);
755 PyErr_SetString(PyExc_AttributeError, _("can't delete OutputObject attributes"));
766 ((OutputObject *)(self))->softspace = PyLong_AsLong(val);
1411 OutputType.tp_basicsize = sizeof(OutputObject);
H A Dif_python.c742 return PyInt_FromLong(((OutputObject *)(self))->softspace);
751 PyErr_SetString(PyExc_AttributeError, _("can't delete OutputObject attributes"));
762 ((OutputObject *)(self))->softspace = PyInt_AsLong(val);
1669 OutputType.tp_basicsize = sizeof(OutputObject);

Completed in 85 milliseconds