Home
last modified time | relevance | path

Searched refs:_Top_panel (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dtop.c51 if (_Top_panel == panel) in top_panel()
85 panel -> below = _Top_panel; in top_panel()
86 _Top_panel = _Top_panel -> above = panel; in top_panel()
H A Dnew.c44 if (!_Top_panel) { in add_top()
48 _Top_panel -> above = panel; in add_top()
49 panel -> below = _Top_panel; in add_top()
52 _Top_panel = panel; in add_top()
H A Dbottom.c73 if (panel == _Top_panel) in bottom_panel()
74 (_Top_panel = panel -> below) -> above = 0; in bottom_panel()
H A Ddelete.c60 if (panel == _Top_panel) in hide_panel()
61 _Top_panel = panel -> below; in hide_panel()
H A Dmisc.c41 PANEL *_Top_panel; variable
97 return (_Top_panel); in panel_below()
181 for (pnl = _Top_panel; pnl != panel; pnl = pnl->below) { in add_obs()
H A Dupdate.c151 std_touch_top(screen_y, _Top_panel, 0, COLS - 1); in std_touchup()
H A Dmapfile-vers78 _Top_panel {
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dprivate.h49 extern PANEL *_Top_panel;