Home
last modified time | relevance | path

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

/third_party/python/Lib/curses/
D__init__.py25 def initscr(): function
31 stdscr = _curses.initscr()
73 stdscr = initscr()
Dhas_key.py183 _curses.initscr()
/third_party/alsa-utils/alsamixer/
Dmainloop.c45 curses_initialized = initscr(); in initialize_curses()
/third_party/alsa-utils/
Dconfigure.ac244 AC_CHECK_LIB(ncursesw, initscr,
270 AC_CHECK_LIB(ncurses, initscr,
276 AC_CHECK_LIB(curses, initscr,
/third_party/alsa-lib/src/pcm/scopes/
Dlevel.c59 level->win = initscr(); in level_enable()
/third_party/python/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
/third_party/python/Doc/library/
Dcurses.rst194 The :func:`.filter` routine, if used, must be called before :func:`initscr` is
314 .. function:: initscr()
358 defined only after the call to :func:`initscr`.
575 after :func:`initscr`.
683 If used, this function should be called before :func:`initscr` or newterm are
718 Window objects, as returned by :func:`initscr` and :func:`newwin` above, have
1651 These are available only after :func:`initscr` has been called.
/third_party/gptfdisk/
Dgptcurses.cc48 initscr(); in GPTDataCurses()
/third_party/toybox/kconfig/lxdialog/
Dutil.c279 initscr(); /* Init curses */ in reset_dialog()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c659 mainwin = initscr(); in main_ui()
/third_party/python/Lib/test/
Dtest_curses.py111 self.stdscr = curses.initscr()
/third_party/python/Modules/
D_cursesmodule.c3260 win = initscr(); in _curses_initscr_impl()
/third_party/python/Misc/
DHISTORY13734 - Issue #7597: curses.use_env() can now be called before initscr(). Noted by