Searched refs:newpad (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | win.c | 78 show_pad=newpad (SHOW_PAD_LINES,SHOW_PAD_COLS); in init_windows()
|
/external/python/cffi/demo/ |
D | _curses.py | 871 def newpad(nlines, ncols): function 873 return Window(_check_NULL(lib.newpad(nlines, ncols)))
|
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 578 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 246 curses.newpad(50,50)
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 257 curses.newpad(50,50)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 1008 return curses.newpad(rows, cols)
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 181 pad = curses.newpad(100, 100)
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 226 pad = curses.newpad(100, 100)
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 365 .. function:: newpad(nlines, ncols) 1103 with :func:`newpad`. The additional parameters are needed to indicate what part
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 373 .. function:: newpad(nlines, ncols) 1155 with :func:`newpad`. The additional parameters are needed to indicate what part
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3479 win = newpad(nlines, ncols); in _curses_newpad_impl()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2250 win = newpad(nlines, ncols); in PyCurses_NewPad()
|