Home
last modified time | relevance | path

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

/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/syslinux/gpxe/src/hci/mucurses/
Dwininit.c17 WINDOW *initscr ( void ) { in initscr() function
/external/python/cpython2/Demo/curses/
Drepeat.py39 w = curses.initscr()
/external/syslinux/gpxe/src/util/
Dmucurses_test.c11 initscr(); in main()
/external/syslinux/gpxe/src/hci/tui/
Dlogin_ui.c66 initscr(); in login_ui()
Dsettings_ui.c413 initscr(); in settings_ui()
/external/e2fsprogs/ext2ed/
Dwin.c64 initscr (); in init_windows()
/external/syslinux/gpxe/src/usr/
Dpxemenu.c223 initscr(); in pxe_menu_select()
/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/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
1489 These are available only after :func:`initscr` has been called.
/external/python/cpython2/Lib/test/
Dtest_curses.py67 self.stdscr = curses.initscr()
/external/syslinux/gpxe/src/include/
Dcurses.h264 extern WINDOW *initscr ( void );
/external/gptfdisk/
Dgptcurses.cc43 initscr(); in GPTDataCurses()
/external/toybox/kconfig/lxdialog/
Dutil.c279 initscr(); /* Init curses */ in reset_dialog()
/external/python/cpython2/Modules/
D_cursesmodule.c1943 win = initscr(); in PyCurses_InitScr()
/external/python/cpython2/Misc/
DNEWS11708 curses.initscr() as the documentation says.