HomeSort by relevance Sort by last modified time
    Searched defs:initscr (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/curses/
__init__.py 8 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()
  /external/python/cpython3/Lib/curses/
__init__.py 8 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()
  /external/syslinux/gpxe/src/hci/mucurses/
wininit.c 17 WINDOW *initscr ( void ) { function
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
__init__.py 8 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()
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
__init__.py 8 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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 8 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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 8 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()

Completed in 150 milliseconds