Searched defs:begin_y (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 761 int nlines, ncols, begin_y, begin_x; in PyCursesWindow_DerWin() local 1452 int nlines, ncols, begin_y, begin_x; in PyCursesWindow_SubWin() local 2264 int nlines, ncols, begin_y=0, begin_x=0; in PyCurses_NewWindow() local
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 1032 int nlines, ncols, begin_y, begin_x; in PyCursesWindow_DerWin() local 1840 int nlines, ncols, begin_y, begin_x; in PyCursesWindow_SubWin() local 2733 int nlines, ncols, begin_y=0, begin_x=0; in PyCurses_NewWindow() local
|