Searched refs:initscr (Results 1 – 24 of 24) sorted by relevance
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 25 def initscr(): function 31 stdscr = _curses.initscr() 73 stdscr = initscr()
|
D | has_key.py | 183 _curses.initscr()
|
/external/python/cpython2/Lib/curses/ |
D | __init__.py | 28 def initscr(): function 34 stdscr = _curses.initscr()
|
D | wrapper.py | 22 stdscr = curses.initscr()
|
D | has_key.py | 183 _curses.initscr()
|
/external/python/cpython2/Demo/curses/ |
D | repeat.py | 39 w = curses.initscr()
|
/external/e2fsprogs/ext2ed/ |
D | win.c | 64 initscr (); in init_windows()
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 78 :func:`initscr` function, which will determine the terminal type, send any 80 structures. If successful, :func:`initscr` returns a window object representing 85 stdscr = curses.initscr() 140 The ``stdscr`` object returned by the :func:`initscr` function is a window 309 :func:`initscr`, to initialize the default color set (the
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 117 initscr(); in initialize_curses()
|
/external/libiio/src/examples/ |
D | iio-monitor.c | 337 win = initscr(); in main()
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 86 calling the :func:`~curses.initscr` function, which will determine the 89 :func:`initscr` returns a window object representing the entire 94 stdscr = curses.initscr() 174 The ``stdscr`` object returned by the :func:`~curses.initscr` function is a 377 after calling :func:`~curses.initscr`, to initialize the default color set
|
/external/python/cffi/demo/ |
D | _curses.py | 782 def initscr(): function 787 win = _check_NULL(lib.initscr())
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 185 The :func:`.filter` routine, if used, must be called before :func:`initscr` is 291 .. function:: initscr() 335 defined only after the call to :func:`initscr`. 525 after :func:`initscr`. 613 If used, this function should be called before :func:`initscr` or newterm are 648 Window objects, as returned by :func:`initscr` and :func:`newwin` above, have 1537 These are available only after :func:`initscr` has been called.
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 193 The :func:`.filter` routine, if used, must be called before :func:`initscr` is 299 .. function:: initscr() 343 defined only after the call to :func:`initscr`. 560 after :func:`initscr`. 668 If used, this function should be called before :func:`initscr` or newterm are 703 Window objects, as returned by :func:`initscr` and :func:`newwin` above, have 1633 These are available only after :func:`initscr` has been called.
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 75 self.stdscr = curses.initscr()
|
/external/gptfdisk/ |
D | gptcurses.cc | 44 initscr(); in GPTDataCurses()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 279 initscr(); /* Init curses */ in reset_dialog()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 74 self.stdscr = curses.initscr()
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 845 mainwin = initscr(); in main_ui()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 402 self._stdscr = curses.initscr()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3108 win = initscr(); in _curses_initscr_impl()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 1967 win = initscr(); in PyCurses_InitScr()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 3976 make it possible to use curses.filter() before curses.initscr() as the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13734 - Issue #7597: curses.use_env() can now be called before initscr(). Noted by
|