Searched refs:end_x (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libeti/panel/common/ |
H A D | update.c | 47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument 58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { 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() 68 if (pnl->wendx >= end_x) in touch_top() 69 end_x = pnl -> wstartx - 1; in touch_top() 70 if (start_x > end_x) in touch_top() 85 std_touch_top(int line, PANEL *obs_pnl, int start_x, int end_x) in std_touch_top() argument 93 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top() [all …]
|
/titanic_41/usr/src/tools/codereview/ |
H A D | lwlp.c | 173 static int start_x, start_y, end_x; variable 463 end_x = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH; in main() 479 end_x = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH; in main() 1000 (int)(end_x - (buflen + 0.5) * in startpage() 1187 end_x, in proc()
|