Home
last modified time | relevance | path

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

/freebsd-head/contrib/ncurses/panel/
HDp_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
HDpanel.h72 extern PANEL_EXPORT(void) update_panels (void);
91 extern PANEL_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
HDllib-lpanel177 #undef update_panels
178 void update_panels(void)
HDllib-lpanelw177 #undef update_panels
178 void update_panels(void)
HDllib-lpanelt177 #undef update_panels
178 void update_panels(void)
HDllib-lpaneltw177 #undef update_panels
178 void update_panels(void)
/freebsd-head/contrib/ncurses/misc/
HDpanel.ref5 "update_panels" @2
HDpanel.def20 "update_panels" @2 NONAME
/freebsd-head/lib/ncurses/panel/
HDMakefile56 panel.3 update_panels.3
/freebsd-head/contrib/ncurses/doc/
HDncurses-intro.doc947 when you want a screen update, you do update_panels(), it will do all
1043 The function update_panels() does all the wnoutrefresh() calls needed
1046 Typically, you will want to call update_panels() and doupdate() just
1048 the user. If you call update_panels() after each and every panel
1060 you should call update_panels() before doupdate() even when you only
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp4318 update_panels(); in Run()