Searched refs:PyCurses_ConvertToChtype (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 236 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() function 329 return PyCurses_ConvertToChtype(win, obj, ch); in PyCurses_ConvertToCchar_t() 971 if (!PyCurses_ConvertToChtype(self, ch, &bkgd)) in _curses_window_bkgd_impl() 1044 if (!PyCurses_ConvertToChtype(self, ch, &bkgd)) in _curses_window_bkgdset_impl() 1095 if ((obj) != NULL && !PyCurses_ConvertToChtype(self, (obj), &ch[(i)])) \ in _curses_window_border_impl() 1139 if (!PyCurses_ConvertToChtype(self, verch, &ch1)) { in _curses_window_box_impl() 1142 if (!PyCurses_ConvertToChtype(self, horch, &ch2)) { in _curses_window_box_impl() 1336 if (!PyCurses_ConvertToChtype(self, ch, &ch_)) in _curses_window_echochar_impl() 1637 if (!PyCurses_ConvertToChtype(self, ch, &ch_)) in _curses_window_hline_impl() 1681 if (!PyCurses_ConvertToChtype(sel in _curses_window_insch_impl() [all...] |
Completed in 4 milliseconds