Searched defs:panel (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libeti/panel/common/ |
H A D | misc.c | 50 panel_window(PANEL *panel) in panel_window() 57 panel_userptr(PANEL *panel) in panel_userptr() 64 set_panel_userptr(PANEL *panel, char *ptr) in set_panel_userptr() 78 panel_above(PANEL *panel) in panel_above() 93 panel_below(PANEL *panel) in panel_below() 104 panel_hidden(PANEL *panel) in panel_hidden() 132 _unlink_obs(PANEL *pnl, PANEL *panel) in _unlink_obs() 168 add_obs(PANEL *panel, _obscured_list *obs) in add_obs() 206 _intersect_panel(PANEL *panel) in _intersect_panel()
|
H A D | delete.c | 42 hide_panel(PANEL *panel) in hide_panel() 75 del_panel(PANEL *panel) in del_panel() 88 _remove_overlap(PANEL *panel) in _remove_overlap()
|
H A D | new.c | 42 add_top(PANEL *panel) in add_top() 66 PANEL *panel; in new_panel() local 90 show_panel(PANEL *panel) in show_panel()
|
H A D | update.c | 45 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() 115 touchup(PANEL *panel) in touchup() 159 PANEL *panel; in update_panels() local
|
H A D | replace.c | 41 replace_panel(PANEL *panel, WINDOW *window) in replace_panel()
|
H A D | bottom.c | 41 bottom_panel(PANEL *panel) in bottom_panel()
|
H A D | move.c | 41 move_panel(PANEL *panel, int starty, int startx) in move_panel()
|
H A D | top.c | 41 top_panel(PANEL *panel) in top_panel()
|