Home
last modified time | relevance | path

Searched refs:endwin (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/curses/
Dwrapper.py50 curses.endwin()
Dhas_key.py191 _curses.endwin()
/external/python/cpython2/Demo/curses/
Drepeat.py56 curses.endwin()
/external/gptfdisk/
Dgptcurses.cc64 endwin(); in ~GPTDataCurses()
419 endwin(); in Verify()
768 endwin(); in MainMenu()
817 endwin(); in ShowTypes()
/external/python/cpython3/Lib/curses/
D__init__.py112 endwin()
Dhas_key.py191 _curses.endwin()
/external/e2fsprogs/ext2ed/
Dwin.c167 endwin (); in close_windows()
/external/autotest/client/profilers/powertop/src/
Ddisplay.c51 endwin(); in cleanup_curses()
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c313 endwin(); in init_dialog()
346 endwin(); in end_dialog()
/external/u-boot/scripts/kconfig/
Dnconf.c1513 endwin(); in main()
1561 endwin(); in main()
/external/python/cpython2/Lib/test/
Dtest_curses.py80 curses.endwin()
/external/toybox/kconfig/lxdialog/
Dutil.c291 endwin(); in end_dialog()
/external/python/cpython3/Lib/test/
Dtest_curses.py79 curses.endwin()
/external/python/cpython2/Doc/howto/
Dcurses.rst113 to reverse the curses-friendly terminal settings. Then call the :func:`endwin`
116 curses.endwin()
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c902 endwin(); in main_ui()
/external/python/cpython3/Doc/howto/
Dcurses.rst126 :func:`~curses.endwin` function to restore the terminal to its original
129 curses.endwin()
/external/python/cffi/demo/
D_curses.py615 endwin = _mk_no_return("endwin") variable
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py478 curses.endwin()
/external/python/cpython2/Doc/library/
Dcurses.rst171 .. function:: endwin()
310 Return ``True`` if :func:`endwin` has been called (that is, the curses library has
/external/python/cpython3/Doc/library/
Dcurses.rst179 .. function:: endwin()
318 Return ``True`` if :func:`endwin` has been called (that is, the curses library has
/external/python/cpython3/Modules/
D_cursesmodule.c2754 NoArgNoReturnFunctionBody(endwin) in _curses_doupdate_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1695 NoArgNoReturnFunction(endwin) in NoArgNoReturnFunction()