Home
last modified time | relevance | path

Searched refs:_unlink_obs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dprivate.h57 extern _obscured_list *_unlink_obs(PANEL *, PANEL *);
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dbottom.c60 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel()
H A Ddelete.c102 if (obs = _unlink_obs(pnl, panel)) in _remove_overlap()
H A Dmapfile-vers84 _unlink_obs;
H A Dmisc.c132 _unlink_obs(PANEL *pnl, PANEL *panel) in _unlink_obs() function