Home
last modified time | relevance | path

Searched refs:verch (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h489 "box([verch=0, horch=0])\n"
492 " verch\n"
497 "Similar to border(), but both ls and rs are verch and both ts and bs are\n"
505 PyObject *verch, PyObject *horch);
512 PyObject *verch = _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.c1119 verch: object(c_default="_PyLong_GetZero()") = 0
1128 Similar to border(), but both ls and rs are verch and both ts and bs are
1134 PyObject *verch, PyObject *horch) in _curses_window_box_impl()
1139 if (!PyCurses_ConvertToChtype(self, verch, &ch1)) { 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