Home
last modified time | relevance | path

Searched refs:reset_shell_mode (Results 1 – 5 of 5) sorted by relevance

/external/python/cffi/demo/
D_curses.py622 reset_shell_mode = _mk_no_return("reset_shell_mode") variable
/external/python/cpython2/Doc/library/
Dcurses.rst142 :func:`reset_shell_mode` will restore this mode.
472 .. function:: reset_shell_mode()
/external/python/cpython3/Doc/library/
Dcurses.rst150 :func:`reset_shell_mode` will restore this mode.
480 .. function:: reset_shell_mode()
/external/python/cpython3/Modules/
D_cursesmodule.c3812 NoArgNoReturnFunctionBody(reset_shell_mode) in _curses_raw_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1702 NoArgNoReturnFunction(reset_shell_mode) in NoArgNoReturnFunction()