Lines Matching refs:pnl
47 PANEL *pnl; in touch_top() local
51 pnl = obs -> panel_p; in touch_top()
56 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
57 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top()
58 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
61 pnl->wendx+1, end_x); in touch_top()
62 end_x = pnl -> wstartx - 1; in touch_top()
64 if (pnl->wstartx <= start_x) in touch_top()
65 start_x = pnl -> wendx + 1; in touch_top()
66 if (pnl->wendx >= end_x) in touch_top()
67 end_x = pnl -> wstartx - 1; in touch_top()