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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py25 # XXX: if newterm was supported we could use it instead of initscr and not exit
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
287 # testing setupterm() inside initscr/endwin
291 stdscr = curses.initscr()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py25 # XXX: if newterm was supported we could use it instead of initscr and not exit
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
287 # testing setupterm() inside initscr/endwin
291 stdscr = curses.initscr()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dcurses.h596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
H A Dncurses.h596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcurses.h596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
H A Dncurses.h596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */

Completed in 186 milliseconds