Lines Matching defs: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;
Indexes created Thu Sep 25 16:09:42 GMT 2025