Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_cursesmodule.c231 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() function
324 return PyCurses_ConvertToChtype(win, obj, ch); in PyCurses_ConvertToCchar_t()
965 if (!PyCurses_ConvertToChtype(self, ch, &bkgd)) in _curses_window_bkgd_impl()
1038 if (!PyCurses_ConvertToChtype(self, ch, &bkgd)) in _curses_window_bkgdset_impl()
1089 if ((obj) != NULL && !PyCurses_ConvertToChtype(self, (obj), &ch[(i)])) \ in _curses_window_border_impl()
1133 if (!PyCurses_ConvertToChtype(self, verch, &ch1)) { in _curses_window_box_impl()
1136 if (!PyCurses_ConvertToChtype(self, horch, &ch2)) { in _curses_window_box_impl()
1330 if (!PyCurses_ConvertToChtype(self, ch, &ch_)) in _curses_window_echochar_impl()
1631 if (!PyCurses_ConvertToChtype(self, ch, &ch_)) in _curses_window_hline_impl()
1675 if (!PyCurses_ConvertToChtype(self, ch, &ch_)) in _curses_window_insch_impl()
[all …]
/external/python/cpython2/Modules/
D_cursesmodule.c195 PyCurses_ConvertToChtype(PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() function
404 if (!PyCurses_ConvertToChtype(temp, &ch)) { in PyCursesWindow_AddCh()
539 if (!PyCurses_ConvertToChtype(temp, &bkgd)) { in PyCursesWindow_Bkgd()
597 if (!PyCurses_ConvertToChtype(temp, &bkgd)) { in PyCursesWindow_BkgdSet()
625 if (temp[i] != NULL && !PyCurses_ConvertToChtype(temp[i], &ch[i])) { in PyCursesWindow_Border()
649 if (!PyCurses_ConvertToChtype(temp1, &ch1)) { in PyCursesWindow_Box()
652 if (!PyCurses_ConvertToChtype(temp2, &ch2)) { in PyCursesWindow_Box()
815 if (!PyCurses_ConvertToChtype(temp, &ch)) { in PyCursesWindow_EchoChar()
1011 if (!PyCurses_ConvertToChtype(temp, &ch)) { in PyCursesWindow_Hline()
1056 if (!PyCurses_ConvertToChtype(temp, &ch)) { in PyCursesWindow_InsCh()
[all …]