Home | History | Annotate | Download | only in qemud

Lines Matching defs:pref

761     FDHandler**     pref;
785 f->pref[0] = f->next;
787 f->next->pref = f->pref;
795 f->pref = list;
798 f->next->pref = &f->next;
1229 Client** pref;
1262 c->pref[0] = c->next;
1264 c->next->pref = c->pref;
1395 c->pref = &c->next;
1407 c->pref = pclients;
1410 c->next->pref = &c->next;