Lines Matching refs:PyCursesError
147 static PyObject *PyCursesError;
163 PyErr_SetString(PyCursesError, \
169 PyErr_SetString(PyCursesError, \
175 PyErr_SetString(PyCursesError, \
195 PyErr_SetString(PyCursesError, catchall_ERR);
197 PyErr_Format(PyCursesError, "%s() returned ERR", fname);
1038 PyErr_SetString(PyCursesError, catchall_NULL);
1154 PyErr_SetString(PyCursesError, "no input");
1199 PyErr_SetString(PyCursesError, "no input");
1631 PyErr_SetString(PyCursesError,
1807 PyErr_SetString(PyCursesError,
1862 PyErr_SetString(PyCursesError, catchall_NULL);
2178 PyErr_SetString(PyCursesError,
2259 PyErr_SetString(PyCursesError, "getmouse() returned ERR");
2331 PyErr_SetString(PyCursesError, catchall_NULL);
2430 PyErr_SetString(PyCursesError, catchall_NULL);
2542 PyCursesError,
2563 PyErr_SetString(PyCursesError,s);
2716 PyErr_SetString(PyCursesError, catchall_NULL);
2748 PyErr_SetString(PyCursesError
2773 PyErr_SetString(PyCursesError,
2985 PyErr_SetString(PyCursesError, "start_color() returned ERR");
3051 PyErr_SetString(PyCursesError, "tparm() returned NULL");
3201 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR");
3356 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL);
3357 PyDict_SetItemString(d, "error", PyCursesError);