Home
last modified time | relevance | path

Searched refs:clearok (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/ext2ed/
Dwin.c221 clearok(title_win, 1); in redraw_all()
222 clearok(show_win, 1); in redraw_all()
223 clearok(command_win, 1); in redraw_all()
224 clearok(mt_win1, 1); in redraw_all()
225 clearok(mt_win2, 1); in redraw_all()
/external/python/cpython2/Lib/test/
Dtest_curses.py135 stdscr.clearok(1)
/external/python/cpython3/Lib/test/
Dtest_curses.py722 stdscr.clearok(True)
723 stdscr.clearok(False)
/external/python/cffi/demo/
D_curses.py252 clearok = _mk_w_no_return("clearok") variable in Window
/external/python/cpython3/Modules/
D_cursesmodule.c644 Window_OneArgNoReturnFunction(clearok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython2/Modules/
D_cursesmodule.c327 Window_OneArgNoReturnFunction(clearok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython2/Doc/library/
Dcurses.rst793 .. method:: window.clearok(yes)
/external/python/cpython3/Doc/library/
Dcurses.rst863 .. method:: window.clearok(flag)