Home | History | Annotate | Download | only in qemud

Lines Matching defs:pref

760     FDHandler**     pref;
784 f->pref[0] = f->next;
786 f->next->pref = f->pref;
794 f->pref = list;
797 f->next->pref = &f->next;
1228 Client** pref;
1261 c->pref[0] = c->next;
1263 c->next->pref = c->pref;
1394 c->pref = &c->next;
1406 c->pref = pclients;
1409 c->next->pref = &c->next;