Home
last modified time | relevance | path

Searched refs:update_panels (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ncurses/panel/
H A Dp_update.c44 NCURSES_SP_NAME(update_panels) (NCURSES_SP_DCL0) in PANEL_EXPORT()
75 update_panels(void) in update_panels() function
77 NCURSES_SP_NAME(update_panels) (CURRENT_SCREEN); in update_panels() local
H A Dpanel.h72 extern PANEL_EXPORT(void) update_panels (void);
91 extern PANEL_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
H A Dllib-lpaneltw177 #undef update_panels
178 void update_panels(void)
H A Dllib-lpanelt177 #undef update_panels
178 void update_panels(void)
H A Dllib-lpanelw177 #undef update_panels
178 void update_panels(void)
H A Dllib-lpanel177 #undef update_panels
178 void update_panels(void)
/freebsd/contrib/ncurses/misc/
H A Dpanel.ref5 "update_panels" @2
H A Dpanel.def20 "update_panels" @2 NONAME
/freebsd/lib/ncurses/panel/
H A DMakefile55 panel.3 update_panels.3
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc946 when you want a screen update, you do update_panels(), it will do all
1042 The function update_panels() does all the wnoutrefresh() calls needed
1045 Typically, you will want to call update_panels() and doupdate() just
1047 the user. If you call update_panels() after each and every panel
1059 you should call update_panels() before doupdate() even when you only
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4319 update_panels(); in Run()