Searched refs:initscr (Results 1 - 20 of 20) sorted by relevance

/external/python/cpython3/Lib/curses/
H A D__init__.py8 curses.initscr()
18 # _curses module's dictionary after initscr() is called. (Some
20 # until initscr() has been called.) This wrapper function calls the
21 # underlying C initscr(), and then copies the constants from the
25 def initscr(): function
31 stdscr = _curses.initscr()
73 stdscr = initscr()
H A Dhas_key.py183 _curses.initscr()
/external/python/cpython2/Lib/curses/
H A Dwrapper.py22 stdscr = curses.initscr()
H A D__init__.py8 curses.initscr()
21 # _curses module's dictionary after initscr() is called. (Some
23 # until initscr() has been called.) This wrapper function calls the
24 # underlying C initscr(), and then copies the constants from the
28 def initscr(): function
34 stdscr = _curses.initscr()
H A Dhas_key.py183 _curses.initscr()
/external/syslinux/gpxe/src/hci/mucurses/
H A Dwininit.c17 WINDOW *initscr ( void ) { function
/external/python/cpython2/Demo/curses/
H A Drepeat.py39 w = curses.initscr()
/external/syslinux/gpxe/src/util/
H A Dmucurses_test.c11 initscr();
/external/syslinux/gpxe/src/hci/tui/
H A Dlogin_ui.c66 initscr();
H A Dsettings_ui.c413 initscr();
/external/autotest/client/profilers/powertop/src/
H A Ddisplay.c117 initscr();
/external/e2fsprogs/ext2ed/
H A Dwin.c13 it looks like readline does not like that initscr decides to set the tty to
34 /* to remember configuration after initscr
64 initscr ();
/external/syslinux/gpxe/src/usr/
H A Dpxemenu.c223 initscr();
/external/gptfdisk/
H A Dgptcurses.cc43 initscr();
/external/python/cpython2/Lib/test/
H A Dtest_curses.py36 # If newterm was supported we could use it instead of initscr and not exit
38 "$TERM=%r, calling initscr() may cause exit" % term)
53 # testing setupterm() inside initscr/endwin
67 self.stdscr = curses.initscr()
/external/python/cpython3/Lib/test/
H A Dtest_curses.py38 # If newterm was supported we could use it instead of initscr and not exit
40 "$TERM=%r, calling initscr() may cause exit" % term)
55 # testing setupterm() inside initscr/endwin
69 self.stdscr = curses.initscr()
/external/toybox/kconfig/lxdialog/
H A Dutil.c279 initscr(); /* Init curses */
/external/tensorflow/tensorflow/python/debug/cli/
H A Dcurses_ui.py400 self._stdscr = curses.initscr()
/external/python/cpython2/Modules/
H A D_cursesmodule.c141 /* Tells whether initscr() has been called to initialise curses. */
157 "must call initscr() first"); \
1715 be called before initscr() */
1943 win = initscr();
1953 where they're not defined until you've called initscr() */
2687 {"initscr", (PyCFunction)PyCurses_InitScr, METH_NOARGS},
/external/python/cpython3/Modules/
H A D_cursesmodule.c152 /* Tells whether initscr() has been called to initialise curses. */
170 "must call initscr() first"); \
2159 be called before initscr() */
2427 win = initscr();
2437 where they're not defined until you've called initscr() */
3242 {"initscr", (PyCFunction)PyCurses_InitScr, METH_NOARGS},

Completed in 1602 milliseconds