Lines Matching refs:nextv
96 // The outer for() loops q over the ->nextv (<-- extra 'v' on the
100 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
243 for(IconMgr *q = Scr->iconmgr; q != NULL; q = q->nextv) {
340 * This first is now the nextv to the first in the previous WS,
341 * and we don't [yet] have a nextv of our own.
343 imfirst->nextv = ws->iconmgr;
344 ws->iconmgr->nextv = NULL;
356 /* Link up the double-links, and there's no nextv [yet] */
360 p->nextv = NULL;
362 /* We're now the nextv to that one in the old workspace */
363 ip->nextv = p;
377 * Scr->iconmgr so the ip->nextv rewrites are correct above; we
744 ip = ip->nextv;
856 tmp->nextv = old;
858 ip = ip->nextv;
872 tmp = tmp->nextv;
878 tmp = tmp->nextv;
881 old->nextv = tmp->nextv;
882 tmp->nextv = tmp_win->iconmanagerlist;
998 tmp = tmp->nextv;
1018 tmp_win->iconmanagerlist = tmp_win->iconmanagerlist->nextv;
1021 tmp1->nextv = tmp->nextv;
1025 tmp = tmp->nextv;
1235 fprintf(stderr, "next = %p, prev = %p, lasti = %p, nextv = %p\n",
1239 mgr->nextv);