Lines Matching refs:pnl
49 PANEL *pnl; in touch_top() local
53 pnl = obs -> panel_p; in touch_top()
58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
59 (void) touchline(pnl->win, line - pnl->wstarty, 1); 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()
66 if (pnl->wstartx <= start_x) in touch_top()
67 start_x = pnl -> wendx + 1; in touch_top()
68 if (pnl->wendx >= end_x) in touch_top()
69 end_x = pnl -> wstartx - 1; in touch_top()