Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c83 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x) in std_touch_top() argument
88 next_obs = obs_pnl -> below; in std_touch_top()
90 if (line >= obs_pnl->wstarty && line <= obs_pnl->wendy && in std_touch_top()
91 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top()
92 (void) touchline(obs_pnl->win, in std_touch_top()
93 line - obs_pnl->wstarty, 1); in std_touch_top()
94 if (obs_pnl->wstartx > start_x && in std_touch_top()
95 obs_pnl->wendx < end_x) { in std_touch_top()
98 obs_pnl->wendx+1, end_x); in std_touch_top()
99 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
[all …]