HomeSort by relevance Sort by last modified time
    Searched full:initscr (Results 1 - 25 of 45) sorted by null

1 2

  /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()
wrapper.py 22 stdscr = curses.initscr()
has_key.py 183 _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()
wrapper.py 22 stdscr = curses.initscr()
has_key.py 183 _curses.initscr()
  /external/e2fsprogs/ext2ed/
win.c 13 it looks like readline does not like that initscr decides to set the tty to
33 /* to remember configuration after initscr
63 initscr ();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 25 # 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/
test_curses.py 25 # 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/
cursslk.h 141 // ::initscr() is called).
curses.h 596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
    [all...]
ncurses.h 596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 141 // ::initscr() is called).
curses.h 596 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
    [all...]
  /external/qemu/ui/
curses.c 294 initscr(); noecho(); intrflush(stdscr, FALSE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.7 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.7 
libtermcap.so 

Completed in 613 milliseconds

1 2