Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCursesError

147 static PyObject *PyCursesError;
163 PyErr_SetString(PyCursesError, \
169 PyErr_SetString(PyCursesError, \
175 PyErr_SetString(PyCursesError, \
194 PyErr_SetString(PyCursesError, catchall_ERR);
196 PyErr_Format(PyCursesError, "%s() returned ERR", fname);
1054 PyErr_SetString(PyCursesError, catchall_NULL);
1171 PyErr_SetString(PyCursesError, "no input");
1219 PyErr_SetString(PyCursesError, "no input");
1649 PyErr_SetString(PyCursesError,
1813 PyErr_SetString(PyCursesError,
1869 PyErr_SetString(PyCursesError, catchall_NULL);
2192 PyErr_SetString(PyCursesError,
2275 PyErr_SetString(PyCursesError, "getmouse() returned ERR");
2347 PyErr_SetString(PyCursesError, catchall_NULL);
2440 PyErr_SetString(PyCursesError, catchall_NULL);
2552 PyCursesError,
2573 PyErr_SetString(PyCursesError,s);
2722 PyErr_SetString(PyCursesError, catchall_NULL);
2754 PyErr_SetString(PyCursesError, catchall_NULL);
2779 PyErr_SetString(PyCursesError,
2989 PyErr_SetString(PyCursesError, "start_color() returned ERR");
3054 PyErr_SetString(PyCursesError, "tparm() returned NULL");
3206 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR");
3369 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL);
3370 PyDict_SetItemString(d, "error", PyCursesError);