Home
last modified time | relevance | path

Searched refs:PyCurses_ConvertToString (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_cursesmodule.c351 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToString() function
690 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl()
692 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl()
772 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl()
774 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl()
1690 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insstr_impl()
1692 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insstr_impl()
1775 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insnstr_impl()
1777 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insnstr_impl()