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

/osnet-11/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);

Completed in 20 milliseconds