Searched refs:cbreak (Results 1 – 23 of 23) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | tty.rst | 12 The :mod:`tty` module defines functions for putting the tty into cbreak and raw 29 Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it
|
D | curses.rst | 95 .. function:: cbreak() 97 Enter cbreak mode. In cbreak mode (sometimes called "rare" mode) normal tty 101 first :func:`raw` then :func:`cbreak` leaves the terminal in cbreak mode. 261 Used for half-delay mode, which is similar to cbreak mode in that characters 402 Leave cbreak mode. Return to normal "cooked" mode with line buffering. 638 cbreak mode, turns off echo, enables the terminal keypad, and initializes colors
|
/external/python/cpython3/Doc/library/ |
D | tty.rst | 15 The :mod:`tty` module defines functions for putting the tty into cbreak and raw 32 Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it
|
D | curses.rst | 103 .. function:: cbreak() 105 Enter cbreak mode. In cbreak mode (sometimes called "rare" mode) normal tty 109 first :func:`raw` then :func:`cbreak` leaves the terminal in cbreak mode. 283 Used for half-delay mode, which is similar to cbreak mode in that characters 425 Leave cbreak mode. Return to normal "cooked" mode with line buffering. 708 cbreak mode, turns off echo, enables the terminal keypad, and initializes colors
|
/external/python/cpython2/Lib/curses/ |
D | wrapper.py | 27 curses.cbreak()
|
/external/bzip2/ |
D | bzmore | 21 if stty -cbreak 2>/dev/null; then
|
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 78 cbreak()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 204 cbreak(); in parser() 304 cbreak(); in parser()
|
/external/gptfdisk/ |
D | gptcurses.cc | 49 cbreak(); in GPTDataCurses() 807 cbreak(); in PromptToContinue() 818 cbreak(); in Report()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 121 cbreak(); /* take input chars one at a time, no wait for \n */ in initialize_curses()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 754 curses.cbreak() 755 curses.cbreak(False) 756 curses.cbreak(True)
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 217 curses.cbreak, curses.def_prog_mode, curses.doupdate,
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 281 cbreak(); in reset_dialog()
|
/external/python/cpython2/Lib/idlelib/ |
D | TODO.txt | 6 - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
|
/external/python/cpython3/Lib/idlelib/ |
D | TODO.txt | 6 - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 94 requiring the Enter key to be pressed; this is called cbreak mode, as opposed to 97 curses.cbreak()
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 849 cbreak(); in main_ui()
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 104 without requiring the Enter key to be pressed; this is called cbreak 107 curses.cbreak()
|
/external/python/cpython2/Demo/curses/ |
D | xmas.py | 694 curses.cbreak()
|
/external/python/cffi/demo/ |
D | _curses.py | 626 cbreak = _mk_flag_func("cbreak") variable
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 444 curses.cbreak()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 2722 NoArgOrFlagNoReturnFunctionBody(cbreak, flag) in _curses_baudrate_impl()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 1706 NoArgOrFlagNoReturnFunction(cbreak) in NoArgNoReturnFunction()
|