Lines Matching refs:w_next
381 new_clientp->w_next = orig_clientp;
424 new_clientp->w_next = NULL;
463 new_clientp->w_next = orig_clientp;
465 new_clientp->w_next = NULL;
548 clientp->w_next = NULL;
999 prevclntp->w_next = clntp->w_next;
1002 winp->dga_clientplist_draw = clntp->w_next;
1004 winp->dga_clientplist = clntp->w_next;
1009 clntp = clntp->w_next;
1019 prevclntp->w_next = clntp->w_next;
1022 winp->dga_clientplist_draw = clntp->w_next;
1024 winp->dga_clientplist = clntp->w_next;
1029 clntp = clntp->w_next;
1113 if (prevclntp || clntp->w_next) {
1119 clntp = clntp->w_next;
1762 printf(" w_next = %p\n", clientp->w_next) ;