/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
panel.py | 0 """curses.panel 3 Module for using panels with curses.
|
wrapper.py | 0 """curses.wrapper 4 should be the rest of your curses-based application. If the 10 import curses namespace 13 """Wrapper function that initializes curses and calls another function, 21 # Initialize curses 22 stdscr = curses.initscr() 26 curses.noecho() 27 curses.cbreak() 31 # a special value like curses.KEY_LEFT will be returned 36 # works around a minor bit of over-conscientiousness in the curses [all...] |
__init__.py | 0 """curses 3 The main package for curses support for Python. Normally used by importing 6 import curses 7 from curses import textpad 8 curses.initscr() 16 from curses.wrapper import wrapper 22 # versions of SGI's curses don't define values for those constants 25 # _curses module to the curses package's dictionary. Don't do 'from 26 # curses import *' if you'll be needing the ACS_* constants. 29 import _curses, curses namespace 46 import _curses, curses namespace [all...] |
textpad.py | 3 import curses namespace 4 import curses.ascii namespace 10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1) 11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1) 14 win.addch(uly, ulx, curses.ACS_ULCORNER) 15 win.addch(uly, lrx, curses.ACS_URCORNER) 16 win.addch(lry, lrx, curses.ACS_LRCORNER) 17 win.addch(lry, ulx, curses.ACS_LLCORNER [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
panel.py | 0 """curses.panel 3 Module for using panels with curses.
|
wrapper.py | 0 """curses.wrapper 4 should be the rest of your curses-based application. If the 10 import curses namespace 13 """Wrapper function that initializes curses and calls another function, 21 # Initialize curses 22 stdscr = curses.initscr() 26 curses.noecho() 27 curses.cbreak() 31 # a special value like curses.KEY_LEFT will be returned 36 # works around a minor bit of over-conscientiousness in the curses [all...] |
__init__.py | 0 """curses 3 The main package for curses support for Python. Normally used by importing 6 import curses 7 from curses import textpad 8 curses.initscr() 16 from curses.wrapper import wrapper 22 # versions of SGI's curses don't define values for those constants 25 # _curses module to the curses package's dictionary. Don't do 'from 26 # curses import *' if you'll be needing the ACS_* constants. 29 import _curses, curses namespace 46 import _curses, curses namespace [all...] |
textpad.py | 3 import curses namespace 4 import curses.ascii namespace 10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1) 11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1) 14 win.addch(uly, ulx, curses.ACS_ULCORNER) 15 win.addch(uly, lrx, curses.ACS_URCORNER) 16 win.addch(lry, lrx, curses.ACS_LRCORNER) 17 win.addch(lry, ulx, curses.ACS_LLCORNER [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 2 # Test script for the curses module 14 # Optionally test curses module. This currently requires that the 15 # 'curses' resource be given on the regrtest command line using the -u 20 requires('curses') 21 curses = import_module('curses') variable 22 curses.panel = import_module('curses.panel') 31 raise unittest.SkipTest("cygwin's curses mostly just hangs") 35 win = curses.newwin(10,10 [all...] |
curses_tests.py | 5 # Interactive test suite for the curses module. 10 import curses namespace 11 from curses import textpad 23 win = curses.newwin(nlines, ncols, uly, ulx) 46 curses.wrapper(main)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 2 # Test script for the curses module 14 # Optionally test curses module. This currently requires that the 15 # 'curses' resource be given on the regrtest command line using the -u 20 requires('curses') 21 curses = import_module('curses') variable 22 curses.panel = import_module('curses.panel') 31 raise unittest.SkipTest("cygwin's curses mostly just hangs") 35 win = curses.newwin(10,10 [all...] |
curses_tests.py | 5 # Interactive test suite for the curses module. 10 import curses namespace 11 from curses import textpad 23 win = curses.newwin(nlines, ncols, uly, ulx) 46 curses.wrapper(main)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
py_curses.h | 7 ** On Mac OS X 10.2 [n]curses.h and stdlib.h use different guards 22 ** On FreeBSD, [n]curses.h and stdlib.h/wchar.h use different guards 50 #include <curses.h> 52 /* for tigetstr, which is not declared in SysV curses */ 62 /* configure was checking <curses.h>, but we will 109 static char *catchall_ERR = "curses function returned ERR"; 110 static char *catchall_NULL = "curses function returned NULL";
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
py_curses.h | 7 ** On Mac OS X 10.2 [n]curses.h and stdlib.h use different guards 22 ** On FreeBSD, [n]curses.h and stdlib.h/wchar.h use different guards 50 #include <curses.h> 52 /* for tigetstr, which is not declared in SysV curses */ 62 /* configure was checking <curses.h>, but we will 109 static char *catchall_ERR = "curses function returned ERR"; 110 static char *catchall_NULL = "curses function returned NULL";
|
/external/toybox/kconfig/lxdialog/ |
check-lxdialog.sh | 30 elif [ -f /usr/include/ncurses/curses.h ]; then 31 echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses/curses.h>"' 35 echo '-DCURSES_LOC="<curses.h>"'
|
/external/icu/icu4c/source/tools/genrb/ |
rbutil.c | 26 /* go from "/usr/local/include/curses.h" to "/usr/local/include" */ 41 /* go from "/usr/local/include/curses.h" to "curses" */
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/term/ |
_term.py | 42 import curses as _curses 44 # fixup if a submodule of curses failed. 45 if 'curses' in _sys.modules: 46 del _sys.modules['curses']
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/term/ |
_term.py | 42 import curses as _curses 44 # fixup if a submodule of curses failed. 45 if 'curses' in _sys.modules: 46 del _sys.modules['curses']
|
/external/libedit/ |
configure.ac | 54 [AC_CHECK_LIB(curses, tgetent,, 72 AC_CHECK_HEADERS([fcntl.h limits.h malloc.h stdlib.h string.h sys/ioctl.h sys/param.h unistd.h curses.h ncurses.h sys/cdefs.h termcap.h]) 76 ## include curses.h to prevent "Present But Cannot Be Compiled" 79 # include <curses.h>
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 97 # Curses isn't available on all platforms 98 try: import curses namespace 106 try: curses.setupterm() 110 self.COLS = curses.tigetnum('cols') 111 self.LINES = curses.tigetnum('lines') 112 self.XN = curses.tigetflag('xenl') 138 import curses namespace 139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or '' 145 import curses namespace 146 cap = curses.tigetstr(cap_name [all...] |
/external/gptfdisk/ |
gptcurses.h | 2 * Implementation of GPTData class derivative with curses-based text-mode 128 // Non-class support functions (mostly to do simple curses stuff)....
|
cgdisk.cc | 20 /* This class implements an interactive curses-based interface atop the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
panel.h | 42 #include <curses.h>
|
unctrl.h | 54 #include <curses.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
panel.h | 42 #include <curses.h>
|