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);
783 PyErr_SetString(PyCursesError, catchall_NULL);
902 PyErr_SetString(PyCursesError, "no input");
1281 PyErr_SetString(PyCursesError,
1425 PyErr_SetString(PyCursesError,
1481 PyErr_SetString(PyCursesError, catchall_NULL);
1750 PyErr_SetString(PyCursesError,
1833 PyErr_SetString(PyCursesError, "getmouse() returned ERR");
1879 PyErr_SetString(PyCursesError, catchall_NULL);
1970 PyErr_SetString(PyCursesError, catchall_NULL);
2080 PyCursesError,
2101 PyErr_SetString(PyCursesError,s);
2253 PyErr_SetString(PyCursesError, catchall_NULL);
2285 PyErr_SetString(PyCursesError, catchall_NULL);
2310 PyErr_SetString(PyCursesError,
2509 PyErr_SetString(PyCursesError, "start_color() returned ERR");
2575 PyErr_SetString(PyCursesError, "tparm() returned NULL");
2681 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR");
2824 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL);
2825 PyDict_SetItemString(d, "error", PyCursesError);