Searched refs:initscr (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/curses/ |
D | __init__.py | 25 def initscr(): function 31 stdscr = _curses.initscr() 73 stdscr = initscr()
|
D | has_key.py | 183 _curses.initscr()
|
/third_party/alsa-utils/alsamixer/ |
D | mainloop.c | 45 curses_initialized = initscr(); in initialize_curses()
|
/third_party/alsa-utils/ |
D | configure.ac | 244 AC_CHECK_LIB(ncursesw, initscr, 270 AC_CHECK_LIB(ncurses, initscr, 276 AC_CHECK_LIB(curses, initscr,
|
/third_party/alsa-lib/src/pcm/scopes/ |
D | level.c | 59 level->win = initscr(); in level_enable()
|
/third_party/python/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
|
/third_party/python/Doc/library/ |
D | curses.rst | 194 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/ |
D | gptcurses.cc | 48 initscr(); in GPTDataCurses()
|
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 279 initscr(); /* Init curses */ in reset_dialog()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 659 mainwin = initscr(); in main_ui()
|
/third_party/python/Lib/test/ |
D | test_curses.py | 111 self.stdscr = curses.initscr()
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 3260 win = initscr(); in _curses_initscr_impl()
|
/third_party/python/Misc/ |
D | HISTORY | 13734 - Issue #7597: curses.use_env() can now be called before initscr(). Noted by
|