Searched refs:hide_panel (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Ddelete.c42 /* hide_panel - Unlink a panel from the pile and remove it from the screen. */
44 hide_panel(PANEL *panel) function
79 return ((hide_panel(panel) == OK) ? free(panel), OK : ERR);
H A Dllib-lpanel45 hide_panel(PANEL *panel)
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h60 extern int hide_panel(PANEL *);
78 extern int hide_panel();
/illumos-gate/usr/src/man/man3curses/
H A DMakefile224 hide_panel.3curses \
1122 hide_panel.3curses := LINKSRC = panel_show.3curses

Completed in 64 milliseconds