Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_cursesmodule.c680 int strtype; in _curses_window_addstr_impl() local
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()
694 if (strtype == 0) in _curses_window_addstr_impl()
701 if (strtype == 2) { in _curses_window_addstr_impl()
762 int strtype; in _curses_window_addnstr_impl() local
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()
776 if (strtype == 0) in _curses_window_addnstr_impl()
784 if (strtype == 2) { in _curses_window_addnstr_impl()
[all …]