Lines Matching refs:PyCursesError
147 static PyObject *PyCursesError; variable
163 PyErr_SetString(PyCursesError, \
169 PyErr_SetString(PyCursesError, \
175 PyErr_SetString(PyCursesError, \
194 PyErr_SetString(PyCursesError, catchall_ERR); in PyCursesCheckERR()
196 PyErr_Format(PyCursesError, "%s() returned ERR", fname); in PyCursesCheckERR()
1054 PyErr_SetString(PyCursesError, catchall_NULL); in PyCursesWindow_DerWin()
1171 PyErr_SetString(PyCursesError, "no input"); in PyCursesWindow_GetKey()
1219 PyErr_SetString(PyCursesError, "no input"); in PyCursesWindow_Get_WCh()
1649 PyErr_SetString(PyCursesError, in PyCursesWindow_NoOutRefresh()
1813 PyErr_SetString(PyCursesError, in PyCursesWindow_Refresh()
1869 PyErr_SetString(PyCursesError, catchall_NULL); in PyCursesWindow_SubWin()
2192 PyErr_SetString(PyCursesError, in PyCurses_Color_Content()
2275 PyErr_SetString(PyCursesError, "getmouse() returned ERR"); in PyCurses_GetMouse()
2347 PyErr_SetString(PyCursesError, catchall_NULL); in PyCurses_GetWin()
2440 PyErr_SetString(PyCursesError, catchall_NULL); in PyCurses_InitScr()
2552 PyCursesError, in PyCurses_setupterm()
2573 PyErr_SetString(PyCursesError,s); in PyCurses_setupterm()
2722 PyErr_SetString(PyCursesError, catchall_NULL); in PyCurses_NewPad()
2754 PyErr_SetString(PyCursesError, catchall_NULL); in PyCurses_NewWindow()
2779 PyErr_SetString(PyCursesError, in PyCurses_Pair_Content()
2989 PyErr_SetString(PyCursesError, "start_color() returned ERR"); in PyCurses_Start_Color()
3054 PyErr_SetString(PyCursesError, "tparm() returned NULL"); in PyCurses_tparm()
3206 PyErr_SetString(PyCursesError, "use_default_colors() returned ERR"); in PyCurses_Use_Default_Colors()
3369 PyCursesError = PyErr_NewException("_curses.error", NULL, NULL); in PyInit__curses()
3370 PyDict_SetItemString(d, "error", PyCursesError); in PyInit__curses()