Home | History | Annotate | Download | only in android

Lines Matching defs:pref

656     QemudClient**     pref;
694 c->pref[0] = c->next;
696 c->next->pref = c->pref;
699 c->pref = &c->next;
707 c->pref = plist;
710 c->next->pref = &c->next;