Home | History | Annotate | Download | only in Modules

Lines Matching defs:wo

54     PyCursesWindowObject *wo;   /* for reference counts */
174 PyCursesPanel_New(PANEL *pan, PyCursesWindowObject *wo)
182 po->wo = NULL;
186 po->wo = wo;
187 Py_INCREF(wo);
200 if (po->wo != NULL) {
201 Py_DECREF(po->wo);
260 Py_INCREF(self->wo);
261 return (PyObject *)self->wo;
292 Py_SETREF(po->wo, temp);