Searched refs:nextv (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Diconmgr.h20 struct WList *nextv; /* pointer to the next virtual Wlist C.L. */ member in struct:WList
40 struct IconMgr *nextv; ///< Next workspace's icon manager head member in struct:IconMgr
H A Diconmgr.c96 // 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 t
[all...]
H A Dworkspace_utils.c165 wl = wl->nextv;
171 wl = wl->nextv;
174 wl1->nextv = wl->nextv;
175 wl->nextv = twmWin->iconmanagerlist;
H A Dwin_iconify.c79 for(wl = tmp_win->iconmanagerlist; wl != NULL; wl = wl->nextv) {
523 for(wl = t->iconmanagerlist; wl != NULL; wl = wl->nextv) {
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc180 workspace. These instances are linked via `IconMgr.nextv` and
181 `WList.nextv`.
187 for workspace #0 (`Scr->iconmgr`), you can follow `->nextv` to get to the
193 `IconMgr` is selected from workspace #0, and then `->nextv` is

Completed in 5 milliseconds