Home
last modified time | relevance | path

Searched refs:cbreak (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Doc/library/
Dtty.rst12 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
Dcurses.rst95 .. 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/
Dtty.rst15 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
Dcurses.rst103 .. 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/
Dwrapper.py27 curses.cbreak()
/external/bzip2/
Dbzmore21 if stty -cbreak 2>/dev/null; then
/external/python/cpython3/Lib/curses/
D__init__.py78 cbreak()
/external/e2fsprogs/ext2ed/
Dmain.c204 cbreak(); in parser()
304 cbreak(); in parser()
/external/gptfdisk/
Dgptcurses.cc49 cbreak(); in GPTDataCurses()
807 cbreak(); in PromptToContinue()
818 cbreak(); in Report()
/external/autotest/client/profilers/powertop/src/
Ddisplay.c121 cbreak(); /* take input chars one at a time, no wait for \n */ in initialize_curses()
/external/python/cpython3/Lib/test/
Dtest_curses.py754 curses.cbreak()
755 curses.cbreak(False)
756 curses.cbreak(True)
/external/python/cpython2/Lib/test/
Dtest_curses.py217 curses.cbreak, curses.def_prog_mode, curses.doupdate,
/external/toybox/kconfig/lxdialog/
Dutil.c281 cbreak(); in reset_dialog()
/external/python/cpython2/Lib/idlelib/
DTODO.txt6 - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
/external/python/cpython3/Lib/idlelib/
DTODO.txt6 - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
/external/python/cpython2/Doc/howto/
Dcurses.rst94 requiring the Enter key to be pressed; this is called cbreak mode, as opposed to
97 curses.cbreak()
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c849 cbreak(); in main_ui()
/external/python/cpython3/Doc/howto/
Dcurses.rst104 without requiring the Enter key to be pressed; this is called cbreak
107 curses.cbreak()
/external/python/cpython2/Demo/curses/
Dxmas.py694 curses.cbreak()
/external/python/cffi/demo/
D_curses.py626 cbreak = _mk_flag_func("cbreak") variable
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py444 curses.cbreak()
/external/python/cpython3/Modules/
D_cursesmodule.c2722 NoArgOrFlagNoReturnFunctionBody(cbreak, flag) in _curses_baudrate_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1706 NoArgOrFlagNoReturnFunction(cbreak) in NoArgNoReturnFunction()