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;
Indexes created Mon Sep 22 13:09:51 GMT 2025