Searched refs:horch (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | _cursesmodule.c.h | 489 "box([verch=0, horch=0])\n" 494 " horch\n" 498 "horch. The default corner characters are always used by this function."); 505 PyObject *verch, PyObject *horch); 513 PyObject *horch = _PyLong_GetZero(); in _curses_window_box() local 519 if (!PyArg_ParseTuple(args, "OO:box", &verch, &horch)) { in _curses_window_box() 528 return_value = _curses_window_box_impl(self, group_right_1, verch, horch); in _curses_window_box()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 1121 horch: object(c_default="_PyLong_GetZero()") = 0 1129 horch. The default corner characters are always used by this function. 1134 PyObject *verch, PyObject *horch) in _curses_window_box_impl() 1142 if (!PyCurses_ConvertToChtype(self, horch, &ch2)) { in _curses_window_box_impl() 1133 _curses_window_box_impl(PyCursesWindowObject *self, int group_right_1, PyObject *verch, PyObject *horch) _curses_window_box_impl() argument
|
Completed in 10 milliseconds