Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/panel/common/
H A Dupdate.c58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
60 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
64 end_x = pnl -> wstartx - 1; in touch_top()
66 if (pnl->wstartx <= start_x) in touch_top()
69 end_x = pnl -> wstartx - 1; in touch_top()
93 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top()
96 if (obs_pnl->wstartx > start_x && in std_touch_top()
101 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
103 if (obs_pnl->wstartx <= start_x) in std_touch_top()
106 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
[all …]
H A Dreplace.c61 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel()
65 panel -> wendx += panel -> wstartx - 1; in replace_panel()
H A Dmove.c69 getbegyx(panel -> win, panel -> wstarty, panel -> wstartx); in move_panel()
72 panel -> wendx += panel -> wstartx - 1; in move_panel()
H A Dnew.c78 getbegyx(window, panel -> wstarty, panel -> wstartx); in new_panel()
81 panel -> wendx = panel->wstartx + cols - 1; in new_panel()
/titanic_50/usr/src/lib/libeti/panel/inc/
H A Dprivate.h47 (p1)->wstartx > (p2)->wendx || \
48 (p1)->wendx < (p2)->wstartx))
H A Dpanel.h49 int wstartx; member