Home | History | Annotate | Download | only in libcurses

Lines Matching defs:wlp

95 	struct __winlist	*wlp;
247 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
248 win = wlp->winp;
249 if (wlp->winp != __virtscr && wlp->winp != curscr) {
656 struct __winlist *wlp;
663 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
665 wlp->winp);
666 win = wlp->winp;