Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c48 _obscured_list *next_obs; in touch_top() local
52 if ((next_obs = obs->next) == panel -> obscured -> next) in touch_top()
53 next_obs = 0; in touch_top()
59 if (next_obs) in touch_top()
60 touch_top(panel, line, next_obs, in touch_top()
73 while ((obs = next_obs) != 0); in touch_top()
85 PANEL *next_obs; in std_touch_top() local
88 next_obs = obs_pnl -> below; in std_touch_top()
96 if (next_obs) in std_touch_top()
97 std_touch_top(line, next_obs, in std_touch_top()
[all …]