Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCursesError

136 static PyObject *PyCursesError;
150 PyErr_SetString(PyCursesError, \
156 PyErr_SetString(PyCursesError, \
162 PyErr_SetString(PyCursesError, \
186 PyErr_SetString(PyCursesError, catchall_ERR);
188 PyErr_Format(PyCursesError, "%s() returned ERR", fname);
772 PyErr_SetString(PyCursesError, catchall_NULL);
890 PyErr_SetString(PyCursesError, "no input");
1274 PyErr_SetString(PyCursesError,
1418 PyErr_SetString(PyCursesError,
1473 PyErr_SetString(PyCursesError, catchall_NULL);
1734 PyErr_SetString(PyCursesError,
1815 PyErr_SetString(PyCursesError, "getmouse() returned ERR");
1855 PyErr_SetString(PyCursesError, catchall_NULL);
1946 PyErr_SetString(PyCursesError, catchall_NULL);
2056 PyCursesError,
2077 PyErr_SetString(PyCursesError,s);
2230 PyErr_SetString(PyCursesError, catchall_NULL);
2262 PyErr_SetString(PyCursesError, catchall_NULL);
2287 PyErr_SetString(PyCursesError,
2484 PyErr_SetString(PyCursesError, "start_color() returned ERR");
2550 PyErr_SetString(PyCursesError, "tparm() returned NULL");
2646 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR");
2781 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL);
2782 PyDict_SetItemString(d, "error", PyCursesError);