Home
last modified time | relevance | path

Searched refs:doupdate (Results 1 – 13 of 13) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dchecklist.c199 doupdate(); in dialog_checklist()
320 doupdate(); in dialog_checklist()
/external/python/cpython2/Doc/library/
Dcurses.panel.rst42 :func:`curses.doupdate`, so you'll have to do this yourself.
Dcurses.rst150 .. function:: doupdate()
154 representing the desired next state. The :func:`doupdate` ground updates the
159 :meth:`refresh` call is simply :meth:`noutrefresh` followed by :func:`doupdate`;
162 followed by a single :func:`doupdate`.
584 from a tty, the current update is postponed until refresh or doupdate is called
1050 the physical screen. To accomplish that, call :func:`doupdate`.
/external/python/cpython3/Doc/library/
Dcurses.panel.rst44 :func:`curses.doupdate`, so you'll have to do this yourself.
Dcurses.rst159 .. function:: doupdate()
163 representing the desired next state. The :func:`doupdate` ground updates the
168 :meth:`~window.refresh` call is simply :meth:`!noutrefresh` followed by :func:`!doupdate`;
171 followed by a single :func:`!doupdate`.
636 from a tty, the current update is postponed until refresh or doupdate is called
1146 the physical screen. To accomplish that, call :func:`doupdate`.
/external/python/cpython2/Demo/curses/
Dncurses.py50 curses.doupdate()
/external/python/cpython3/Lib/test/
Dtest_curses.py557 curses.doupdate()
665 curses.doupdate()
696 curses.doupdate()
/external/python/cpython2/Lib/test/
Dtest_curses.py217 curses.cbreak, curses.def_prog_mode, curses.doupdate,
/external/python/cpython2/Doc/howto/
Dcurses.rst204 match the desired state in one go with the function :func:`doupdate`. The
205 normal :meth:`refresh` method calls :func:`doupdate` as its last act.
/external/python/cpython3/Doc/howto/
Dcurses.rst255 2) Calls the function :func:`~curses.doupdate` function to change the
259 update the data structure, and then call :func:`doupdate` to update
/external/python/cffi/demo/
D_curses.py614 doupdate = _mk_no_return("doupdate") variable
/external/python/cpython3/Modules/
D_cursesmodule.c2865 NoArgNoReturnFunctionBody(doupdate) in _curses_doupdate_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1694 NoArgNoReturnFunction(doupdate) in NoArgNoReturnFunction()