Lines Matching full:vline
1937 PyErr_SetString(PyExc_TypeError, "vline requires 2 to 5 arguments");1944 return PyCursesCheckERR(wvline(self->win, ch | attr, n), "vline");2069 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},