Home
last modified time | relevance | path

Searched refs:pnl (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libeti/panel/common/
H A Dmisc.c134 _unlink_obs(PANEL *pnl, PANEL *panel) in _unlink_obs() argument
139 if (!pnl -> obscured || !_panels_intersect(pnl, panel)) in _unlink_obs()
142 obs = pnl -> obscured; in _unlink_obs()
147 while (obs->panel_p != panel && obs != pnl->obscured); in _unlink_obs()
156 pnl -> obscured = 0; in _unlink_obs()
159 if (obs == pnl -> obscured) in _unlink_obs()
160 pnl -> obscured = prev_obs; in _unlink_obs()
172 PANEL *pnl; in add_obs() local
183 for (pnl = _Top_panel; pnl != panel; pnl = pnl->below) { in add_obs()
184 if (curr_obs -> panel_p == pnl) { in add_obs()
[all …]
H A Dupdate.c49 PANEL *pnl; in touch_top() local
53 pnl = obs -> panel_p; in touch_top()
58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
59 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top()
60 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
63 pnl->wendx+1, end_x); in touch_top()
64 end_x = pnl -> wstartx - 1; in touch_top()
66 if (pnl->wstartx <= start_x) in touch_top()
67 start_x = pnl -> wendx + 1; in touch_top()
68 if (pnl->wendx >= end_x) in touch_top()
[all …]
H A Dbottom.c45 PANEL *pnl; in bottom_panel() local
61 for (pnl = panel->below; pnl; pnl = pnl->below) { in bottom_panel()
62 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel()
63 obs -> panel_p = pnl; in bottom_panel()
H A Ddelete.c92 PANEL *pnl; in _remove_overlap() local
103 for (pnl = _Bottom_panel; pnl != panel; pnl = pnl->above) { in _remove_overlap()
104 if (obs = _unlink_obs(pnl, panel)) in _remove_overlap()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c72 static void delete_node_list_contents(node_list_t *pnl);
73 static void delete_node_list(node_list_t *pnl);
186 delete_node_list_contents(node_list_t *pnl) in delete_node_list_contents() argument
190 if (pnl == NULL) in delete_node_list_contents()
193 while ((pel = pnl->head) != NULL) { in delete_node_list_contents()
194 pnl->head = pel->next; in delete_node_list_contents()
198 pnl->tail = NULL; in delete_node_list_contents()
202 delete_node_list(node_list_t *pnl) in delete_node_list() argument
204 delete_node_list_contents(pnl); in delete_node_list()
205 free(pnl); in delete_node_list()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c78 static void delete_node_list(node_list_t *pnl);
284 delete_node_list(node_list_t *pnl) in delete_node_list() argument
288 if (pnl == NULL) in delete_node_list()
291 while ((pel = pnl->head) != NULL) { in delete_node_list()
292 pnl->head = pel->next; in delete_node_list()
300 free(pnl); in delete_node_list()