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

/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c318 IconMgr *imfirst; // First IM on each workspace local in function:AllocateOtherIconManagers
331 imfirst = ws->iconmgr;
337 *ws->iconmgr = *imfirst;
343 imfirst->nextv = ws->iconmgr;
351 for(ip = imfirst->next; ip != NULL; ip = ip->next) {
376 * we made for this WS. We go from imfirst rather than
380 imfirst = ws->iconmgr;

Completed in 2 milliseconds