Searched refs:PANEL (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dllib-lpanel39 bottom_panel(PANEL *panel)
45 hide_panel(PANEL *panel)
51 del_panel(PANEL *panel)
57 *panel_window(PANEL *panel)
63 *panel_userptr(PANEL *panel)
69 set_panel_userptr(PANEL *panel, char *ptr)
74 PANEL
75 *panel_above(PANEL *panel)
77 return (PANEL *) 0;
80 PANEL
[all...]
H A Dmisc.c42 PANEL *_Bottom_panel;
43 PANEL *_Top_panel;
52 panel_window(PANEL *panel)
59 panel_userptr(PANEL *panel)
66 set_panel_userptr(PANEL *panel, char *ptr)
79 PANEL *
80 panel_above(PANEL *panel)
86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above);
94 PANEL *
95 panel_below(PANEL *pane
[all...]
H A Dnew.c44 add_top(PANEL *panel)
65 PANEL *
68 PANEL *panel;
74 !(panel = (PANEL *) malloc(sizeof (PANEL))))
75 return ((PANEL *) 0);
92 show_panel(PANEL *panel)
H A Ddelete.c44 hide_panel(PANEL *panel)
77 del_panel(PANEL *panel)
90 _remove_overlap(PANEL *panel)
92 PANEL *pnl;
H A Dupdate.c47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x)
49 PANEL *pnl;
85 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x)
87 PANEL *next_obs;
117 touchup(PANEL *panel)
161 PANEL *panel;
H A Dbottom.c43 bottom_panel(PANEL *panel)
45 PANEL *pnl;
H A Dreplace.c43 replace_panel(PANEL *panel, WINDOW *window)
H A Dmove.c43 move_panel(PANEL *panel, int starty, int startx)
H A Dtop.c43 top_panel(PANEL *panel)
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h39 struct PANEL *panel_p;
44 typedef struct PANEL struct
52 struct PANEL *below, *above;
54 } PANEL; typedef in typeref:struct:PANEL
58 extern PANEL *new_panel(WINDOW *);
59 extern int del_panel(PANEL *);
60 extern int hide_panel(PANEL *);
61 extern int show_panel(PANEL *);
62 extern int panel_hidden(PANEL *);
63 extern int move_panel(PANEL *, in
[all...]
H A Dprivate.h50 extern PANEL *_Bottom_panel;
51 extern PANEL *_Top_panel;
55 extern void _intersect_panel(PANEL *);
56 extern void _remove_overlap(PANEL *);
59 extern _obscured_list *_unlink_obs(PANEL *, PANEL *);

Completed in 493 milliseconds