Home
last modified time | relevance | path

Searched refs:_nc_Wnoutrefresh (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/ncurses/panel/
H A Dpanel.priv.h65 extern PANEL_EXPORT(void) _nc_Wnoutrefresh (const PANEL*);
72 # define Wnoutrefresh(pan) _nc_Wnoutrefresh(pan)
H A Dllib-lpanelw63 #undef _nc_Wnoutrefresh
64 void _nc_Wnoutrefresh(
H A Dllib-lpaneltw63 #undef _nc_Wnoutrefresh
64 void _nc_Wnoutrefresh(
H A Dllib-lpanelt63 #undef _nc_Wnoutrefresh
64 void _nc_Wnoutrefresh(
H A Dllib-lpanel63 #undef _nc_Wnoutrefresh
64 void _nc_Wnoutrefresh(
H A Dpanel.c119 _nc_Wnoutrefresh(const PANEL * pan) in _nc_Wnoutrefresh() function