Home
last modified time | relevance | path

Searched refs:initscr (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/Lib/curses/
D__init__.py25 def initscr(): function
31 stdscr = _curses.initscr()
73 stdscr = initscr()
Dhas_key.py183 _curses.initscr()
/external/python/cpython2/Lib/curses/
D__init__.py28 def initscr(): function
34 stdscr = _curses.initscr()
Dwrapper.py22 stdscr = curses.initscr()
Dhas_key.py183 _curses.initscr()
/external/python/cpython2/Demo/curses/
Drepeat.py39 w = curses.initscr()
/external/e2fsprogs/ext2ed/
Dwin.c64 initscr (); in init_windows()
/external/python/cpython2/Doc/howto/
Dcurses.rst78 :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/
Ddisplay.c117 initscr(); in initialize_curses()
/external/libiio/src/examples/
Diio-monitor.c337 win = initscr(); in main()
/external/python/cpython3/Doc/howto/
Dcurses.rst86 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.py782 def initscr(): function
787 win = _check_NULL(lib.initscr())
/external/python/cpython2/Doc/library/
Dcurses.rst185 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/
Dcurses.rst193 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/
Dtest_curses.py75 self.stdscr = curses.initscr()
/external/gptfdisk/
Dgptcurses.cc44 initscr(); in GPTDataCurses()
/external/toybox/kconfig/lxdialog/
Dutil.c279 initscr(); /* Init curses */ in reset_dialog()
/external/python/cpython3/Lib/test/
Dtest_curses.py74 self.stdscr = curses.initscr()
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c845 mainwin = initscr(); in main_ui()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py402 self._stdscr = curses.initscr()
/external/python/cpython3/Modules/
D_cursesmodule.c3108 win = initscr(); in _curses_initscr_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1967 win = initscr(); in PyCurses_InitScr()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst3976 make it possible to use curses.filter() before curses.initscr() as the
/external/python/cpython3/Misc/
DHISTORY13734 - Issue #7597: curses.use_env() can now be called before initscr(). Noted by