Searched refs:derwin (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/hci/mucurses/ |
D | windows.c | 49 WINDOW *derwin ( WINDOW *parent, int nlines, int ncols, in derwin() function
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 121 win4 = stdscr.derwin(2,2) 122 win4 = stdscr.derwin(1,1, 5,5)
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 238 extern WINDOW *derwin ( WINDOW *, int, int, int, int ) __nonnull;
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 814 .. method:: window.derwin(begin_y, begin_x) 815 window.derwin(nlines, ncols, begin_y, begin_x) 817 An abbreviation for "derive window", :meth:`derwin` is the same as calling
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 769 win = derwin(self->win,nlines,ncols,begin_y,begin_x); in PyCursesWindow_DerWin()
|