Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/panel/
H A Dpanel.priv.h63 extern PANEL_EXPORT(void) _nc_dPanel (const char*, const PANEL*);
70 # define dPanel(text,pan) _nc_dPanel(text,pan)
H A Dllib-lpaneltw50 #undef _nc_dPanel
51 void _nc_dPanel(
H A Dllib-lpanelt50 #undef _nc_dPanel
51 void _nc_dPanel(
H A Dllib-lpanelw50 #undef _nc_dPanel
51 void _nc_dPanel(
H A Dllib-lpanel50 #undef _nc_dPanel
51 void _nc_dPanel(
H A Dpanel.c78 _nc_dPanel(const char *text, const PANEL * pan) in _nc_dPanel() function