Home | History | Annotate | Download | only in libcurses

Lines Matching refs:wp

53 	WINDOW *wp, *np;
75 wp = win->nextp;
76 while (wp != win) {
77 np = wp->nextp;
78 delwin(wp);
79 wp = np;
101 for (wp = win->nextp; wp->nextp != win; wp = wp->nextp)
103 wp->nextp = win->nextp;