Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/panel/common/
H A Dtop.c53 if (_Top_panel == panel) in top_panel()
87 panel -> below = _Top_panel; in top_panel()
88 _Top_panel = _Top_panel -> above = panel; in top_panel()
H A Dnew.c46 if (!_Top_panel) { in add_top()
50 _Top_panel -> above = panel; in add_top()
51 panel -> below = _Top_panel; in add_top()
54 _Top_panel = panel; in add_top()
H A Dbottom.c75 if (panel == _Top_panel) in bottom_panel()
76 (_Top_panel = panel -> below) -> above = 0; in bottom_panel()
H A Ddelete.c62 if (panel == _Top_panel) in hide_panel()
63 _Top_panel = panel -> below; in hide_panel()
H A Dmisc.c43 PANEL *_Top_panel; variable
99 return (_Top_panel); in panel_below()
183 for (pnl = _Top_panel; pnl != panel; pnl = pnl->below) { in add_obs()
H A Dupdate.c153 std_touch_top(screen_y, _Top_panel, 0, COLS - 1); in std_touchup()
H A Dmapfile-vers69 _Top_panel;
/titanic_50/usr/src/lib/libeti/panel/inc/
H A Dprivate.h51 extern PANEL *_Top_panel;