Lines Matching refs:PyCursesError
168 static PyObject *PyCursesError; variable
184 PyErr_SetString(PyCursesError, \
190 PyErr_SetString(PyCursesError, \
196 PyErr_SetString(PyCursesError, \
215 PyErr_SetString(PyCursesError, catchall_ERR); in PyCursesCheckERR()
217 PyErr_Format(PyCursesError, "%s() returned ERR", fname); in PyCursesCheckERR()
1303 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_window_derwin_impl()
1453 PyErr_SetString(PyCursesError, "no input"); in _curses_window_getkey_impl()
1511 PyErr_SetString(PyCursesError, "no input"); in _curses_window_get_wch_impl()
2024 PyErr_SetString(PyCursesError, in _curses_window_noutrefresh_impl()
2249 PyErr_SetString(PyCursesError, in _curses_window_refresh_impl()
2331 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_window_subwin_impl()
2747 PyErr_Format(PyCursesError, "%s() returned ERR", in _curses_baudrate_impl()
2986 PyErr_SetString(PyCursesError, "getmouse() returned ERR"); in _curses_getmouse_impl()
3081 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_getwin()
3229 PyErr_Format(PyCursesError, "%s() returned ERR", in _curses_init_pair_impl()
3263 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_initscr_impl()
3380 PyCursesError, in _curses_setupterm_impl()
3401 PyErr_SetString(PyCursesError,s); in _curses_setupterm_impl()
3718 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_newpad_impl()
3757 PyErr_SetString(PyCursesError, catchall_NULL); in _curses_newwin_impl()
3875 PyErr_Format(PyCursesError, "%s() returned ERR", in _curses_nl_impl()
4226 PyErr_SetString(PyCursesError, "start_color() returned ERR"); in _curses_start_color_impl()
4353 PyErr_SetString(PyCursesError, "tparm() returned NULL"); in _curses_tparm_impl()
4554 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR"); in _curses_use_default_colors_impl()
4784 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL); in PyInit__curses()
4785 PyDict_SetItemString(d, "error", PyCursesError); in PyInit__curses()