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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_driver.c122 NCURSES_SP_NAME(doupdate) (SCREEN *sp) function
126 T((T_CALLED("doupdate(%p)"), (void *) sp));
135 doupdate(void) function
137 return NCURSES_SP_NAME(doupdate) (CURRENT_SCREEN);
H A Dlib_refresh.c61 code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG);
65 code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG);
H A Dlib_pad.c115 && NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG) != ERR) {
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c228 * This relies on the fact that doupdate() will restore the
231 NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG);
H A Dtty_update.c40 * The routine doupdate() and its dependents.
104 * Enable checking to see if doupdate and friends are tracking the true
672 T((T_CALLED("_nc_tinfo:doupdate(%p)"), (void *) SP_PARM));
1012 doupdate(void) function
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h249 extern void doupdate P_((void));
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c251 doupdate();
H A Dutil.c2076 doupdate();
2358 (void) doupdate();
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c581 (sp == clp->focus && doupdate() == ERR));
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h240 extern int doupdate(void);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile813 curs_refresh.3 doupdate.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2151 report_return(doupdate());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1213 doupdate();

Completed in 216 milliseconds