Home
last modified time | relevance | path

Searched refs:nextactive (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/libcontrol/
H A Dcontrol.c219 for(f=cs->actives; f!=nil; f=f->nextactive) in controlsetthread()
284 for(p=c->controlset->actives; p; p=p->nextactive){ in closecontrol()
291 c->controlset->actives = c->nextactive; in closecontrol()
293 prev->nextactive = c->nextactive; in closecontrol()
653 for(c=a->controlset->actives; c; c=c->nextactive) in activate()
662 a->nextactive = a->controlset->actives; in activate()
677 for(c=a->controlset->actives; c; c=c->nextactive){ in deactivate()
682 prev->nextactive = a->nextactive; in deactivate()
684 a->controlset->actives = a->nextactive; in deactivate()
/plan9/sys/include/
H A Dcontrol.h82 Control *nextactive; member