Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dmisc.c52 return (panel ? panel -> win : 0); in panel_window()
59 return (panel ? panel -> user : 0); in panel_userptr()
66 if (panel) { in set_panel_userptr()
67 panel -> user = ptr; in set_panel_userptr()
78 panel_above(PANEL *panel) in panel_above() argument
81 if (!panel) in panel_above()
84 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above); in panel_above()
96 if (!panel) in panel_below()
99 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> below); in panel_below()
106 return ((!panel || (panel != panel -> below)) ? FALSE : TRUE); in panel_hidden()
[all …]
H A Dnew.c45 panel-> below = 0; in add_top()
52 _Top_panel = panel; in add_top()
66 PANEL *panel; in new_panel() local
76 getbegyx(window, panel -> wstarty, panel -> wstartx); in new_panel()
78 panel -> wendy = panel->wstarty + lines - 1; in new_panel()
79 panel -> wendx = panel->wstartx + cols - 1; in new_panel()
80 panel -> user = 0; in new_panel()
84 add_top(panel); in new_panel()
85 return (panel); in new_panel()
94 if (!panel || panel != panel -> below || !_alloc_overlap(_Panel_cnt)) in show_panel()
[all …]
H A Ddelete.c42 hide_panel(PANEL *panel) in hide_panel() argument
44 if (!panel) in hide_panel()
49 if (panel == panel -> below) in hide_panel()
54 _remove_overlap(panel); in hide_panel()
58 panel -> below -> above = panel -> above; in hide_panel()
60 if (panel == _Top_panel) in hide_panel()
63 panel -> above -> below = panel -> below; in hide_panel()
66 panel -> below = panel; in hide_panel()
75 del_panel(PANEL *panel) in del_panel() argument
77 return ((hide_panel(panel) == OK) ? free(panel), OK : ERR); in del_panel()
[all …]
H A Dbottom.c41 bottom_panel(PANEL *panel) in bottom_panel() argument
46 if (!panel || panel == panel -> below) in bottom_panel()
51 if (_Bottom_panel == panel) in bottom_panel()
62 if (panel -> obscured) { in bottom_panel()
64 panel->obscured = panel->obscured->next = obs; in bottom_panel()
73 if (panel == _Top_panel) in bottom_panel()
76 panel -> above -> below = panel -> below; in bottom_panel()
77 panel -> below -> above = panel -> above; in bottom_panel()
80 panel -> below = 0; in bottom_panel()
81 panel -> above = _Bottom_panel; in bottom_panel()
[all …]
H A Dmove.c41 move_panel(PANEL *panel, int starty, int startx) in move_panel() argument
43 if (!panel) in move_panel()
48 if (panel == panel -> below) { in move_panel()
49 if (mvwin(panel -> win, starty, startx) == ERR) in move_panel()
62 _remove_overlap(panel); in move_panel()
67 getbegyx(panel -> win, panel -> wstarty, panel -> wstartx); in move_panel()
68 getmaxyx(panel -> win, panel -> wendy, panel -> wendx); in move_panel()
69 panel -> wendy += panel -> wstarty - 1; in move_panel()
70 panel -> wendx += panel -> wstartx - 1; in move_panel()
74 if (panel != panel -> below) in move_panel()
[all …]
H A Dtop.c41 top_panel(PANEL *panel) in top_panel() argument
46 if (!panel || panel == panel -> below) in top_panel()
51 if (_Top_panel == panel) in top_panel()
69 prev_obs -> panel_p = panel; in top_panel()
72 panel -> obscured = 0; in top_panel()
77 if (panel == _Bottom_panel) in top_panel()
80 panel -> above -> below = panel -> below; in top_panel()
81 panel -> below -> above = panel -> above; in top_panel()
84 panel -> above = 0; in top_panel()
85 panel -> below = _Top_panel; in top_panel()
[all …]
H A Dreplace.c41 replace_panel(PANEL *panel, WINDOW *window) in replace_panel() argument
43 if (!panel || !window) in replace_panel()
48 if (panel != panel -> below) { in replace_panel()
54 _remove_overlap(panel); in replace_panel()
59 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel()
60 getmaxyx(window, panel -> wendy, panel -> wendx); in replace_panel()
61 panel -> win = window; in replace_panel()
62 panel -> wendy += panel -> wstarty - 1; in replace_panel()
63 panel -> wendx += panel -> wstartx - 1; in replace_panel()
67 if (panel != panel -> below) in replace_panel()
[all …]
H A Dupdate.c60 touch_top(panel, line, next_obs, in touch_top()
115 touchup(PANEL *panel) in touchup() argument
124 screen_y = panel->wendy; in touchup()
126 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup()
128 touch_top(panel, screen_y, panel->obscured->next, in touchup()
129 panel->wstartx, panel->wendx); in touchup()
159 PANEL *panel; in update_panels() local
179 for (panel = _Bottom_panel; panel; panel = panel -> above) { in update_panels()
180 if (is_wintouched(panel -> win)) { in update_panels()
181 if (panel -> obscured) in update_panels()
[all …]
/illumos-gate/usr/src/lib/libeti/
H A DMakefile29 SUBDIRS= form menu panel
30 HDRSUBDIRS= form menu panel
60 @cd panel; pwd; $(MAKE) $(TARGET)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_usb-a-1_data.info74 * rear panel EHCI devices
80 * Rear panel OHCI devices
H A Dfru_usb-a-2_data.info74 * Rear panel EHCI devices
80 * Rear panel OHCI devices
H A Dfru_usb-a-3_data.info74 * Front panel EHCI devices
80 * Front panel OHCI devices
H A Dfru_usb-a-4_data.info74 * Front panel EHCI devices
80 * Front panel OHCI devices
/illumos-gate/usr/src/lib/libeti/panel/
H A DMakefile41 HDRS= panel.h
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile42 policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dpiclfrutree.info78 * Front panel interface board
H A Dsystem-board.info427 * Environmental device associated with front panel io board
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m62 file path=etc/hal/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
H A Dsystem-header.p5m497 file path=usr/include/panel.h
/illumos-gate/usr/src/lib/libnwam/
H A DREADME42 client (like the GUI panel applet).
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids1007 3000 Optical dual-touch panel
2131 0817 SiS-184-ASUS-4352.17 touch panel
12024 04b3 keyboard front panel Cockpit
20827 0410 LPC2148 [Robotino IR panel]
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src12316 # NOTE WELL that the rear panel switch should be set to CR/LF,
15480 # panel of the Login section of System Prefs to make the special
15483 # "Other..." icon to the graphical login panel. Selecting "Other..."
15486 # password entry fields', which replaces the login panel with a
16057 # and data recording for our school's experimental solar panel :), Apple DOS
17286 # panel-mount etc). I can be emailed at sonfour@aol.com
H A Dterminfo.src13883 # NOTE WELL that the rear panel switch should be set to CR/LF,
17429 # panel of the Login section of System Prefs to make the special
17432 # "Other..." icon to the graphical login panel. Selecting "Other..."
17435 # password entry fields', which replaces the login panel with a
18052 # and data recording for our school's experimental solar panel :), Apple DOS
19395 # panel-mount etc). I can be emailed at sonfour@aol.com
/illumos-gate/usr/src/cmd/look/
H A Dwords16529 panel
/illumos-gate/usr/src/cmd/spell/
H A Dlist16527 panel

12