Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c57 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top()
90 if (line >= obs_pnl->wstarty && line <= obs_pnl->wendy && in std_touch_top()
93 line - obs_pnl->wstarty, 1); in std_touch_top()
126 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup()
H A Dmisc.c224 obs->start = (panel->wstarty >= pnl->wstarty) ? in _intersect_panel()
225 panel->wstarty : pnl->wstarty; in _intersect_panel()
H A Dreplace.c59 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel()
62 panel -> wendy += panel -> wstarty - 1; in replace_panel()
H A Dmove.c67 getbegyx(panel -> win, panel -> wstarty, panel -> wstartx); in move_panel()
69 panel -> wendy += panel -> wstarty - 1; in move_panel()
H A Dnew.c76 getbegyx(window, panel -> wstarty, panel -> wstartx); in new_panel()
78 panel -> wendy = panel->wstarty + lines - 1; in new_panel()
H A Ddelete.c96 (void) touchline(stdscr, panel->wstarty, in _remove_overlap()
97 panel->wendy - panel->wstarty + 1); in _remove_overlap()
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dprivate.h43 #define _panels_intersect(p1, p2) (!((p1)->wstarty > (p2)->wendy || \
44 (p1)->wendy < (p2)->wstarty || \
H A Dpanel.h45 int wstarty; member