Home | History | Annotate | Download | only in libcurses

Lines Matching refs:wl

54 	struct __winlist *wl, *pwl;
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
85 if (wl->winp != win)
88 pwl->nextp = wl->nextp;
90 screen->winlistp = wl->nextp;
91 free(wl);