wtouchln
return (wtouchln(win, y, n, TRUE));
(void) wtouchln(_virtscr, tsy, bsy - tsy, -1);
(void) wtouchln(_virtscr,
(void) wtouchln(win, 0, win->_maxy, -1);
(void) wtouchln(padwin, 0, prows, TRUE);
return (wtouchln(win, 0, win->_maxy, TRUE));
return (wtouchln(win, 0, win->_maxy, FALSE));
return (wtouchln((win), 0, (win)->_maxy, TRUE));
(void) wtouchln(_virtscr, topy, scrli, FALSE);
(void) wtouchln(_virtscr, 0, scrli, -1);
#define touchline(w, y, n) wtouchln(w, y, n, 1)
#define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1)
#define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0)
extern int wtouchln(WINDOW *, int, int, int);
(void) wtouchln(newscr, 0, newscr->_maxy, 1);
(void) wtouchln(w, 0, w->_maxy, 1);
(void) wtouchln(w, 0, w->_maxy, 0);
code = wtouchln(__m_screen->_slk._w, 0, 1, 1);
return __m_return_code("touchwin", wtouchln(w, 0, w->_maxy, 1));
return __m_return_code("untouchwin", wtouchln(w, 0, w->_maxy, 0));
return __m_return_code("touchline", wtouchln(w, y, n, 1));
(void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
(void) wtouchln(w, 0, w->_maxy, 1);
#define touchline(w, y, n) wtouchln(w, y, n, 1)
#define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1)
#define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0)
extern int wtouchln(WINDOW *, int, int, int);
(void) wtouchln(newscr, 0, newscr->_maxy, 1);
(void) wtouchln(w, 0, w->_maxy, 1);
(void) wtouchln(w, 0, w->_maxy, 0);
code = wtouchln(w, 0, 1, 1);
return (wtouchln(w, 0, w->_maxy, 1));
return (wtouchln(w, 0, w->_maxy, 0));
return (wtouchln(w, y, n, 1));
(void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
(void) wtouchln(w, 0, w->_maxy, 1);