Home
last modified time | relevance | path

Searched refs:untouchwin (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_curses.py205 stdscr.untouchwin()
220 stdscr.untouchwin()
227 win.untouchwin()
228 win2.untouchwin()
234 win.untouchwin()
235 stdscr.untouchwin()
/external/python/cpython2/Lib/test/
Dtest_curses.py103 stdscr.syncup, stdscr.touchwin, stdscr.untouchwin]:
/external/python/cffi/demo/
D_curses.py225 untouchwin = _mk_w_no_return("untouchwin") variable in Window
/external/python/cpython3/Modules/
D_cursesmodule.c615 Window_NoArgNoReturnFunction(untouchwin)
/external/python/cpython2/Modules/
D_cursesmodule.c298 Window_NoArgNoReturnFunction(untouchwin)
/external/python/cpython2/Doc/library/
Dcurses.rst1213 .. method:: window.untouchwin()
/external/python/cpython3/Doc/library/
Dcurses.rst1309 .. method:: window.untouchwin()