Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/panel/
HDpanel.priv.h66 extern NCURSES_EXPORT(void) _nc_dPanel (const char*, const PANEL*);
73 # define dPanel(text,pan) _nc_dPanel(text,pan)
HDllib-lpaneltw48 #undef _nc_dPanel
49 void _nc_dPanel(
HDllib-lpanel48 #undef _nc_dPanel
49 void _nc_dPanel(
HDllib-lpanelt48 #undef _nc_dPanel
49 void _nc_dPanel(
HDllib-lpanelw48 #undef _nc_dPanel
49 void _nc_dPanel(
HDpanel.c77 _nc_dPanel(const char *text, const PANEL * pan) in _nc_dPanel() function