Searched refs:PyCurses_ConvertToChtype (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Modules/ |
| D | _cursesmodule.c | 231 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 …]
|