Lines Matching refs:next
26 - d = (ppdcDriver *)src->drivers->next())
49 + d = (ppdcDriver *)src->drivers->next();
100 - for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
101 - for (g = (ppdcGroup *)d->groups->first(); g; g = (ppdcGroup *)d->groups->next())
102 - for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
112 - for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->options->next())
117 - for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
122 - size = (ppdcMediaSize *)d->sizes->next())
127 - compo = (ppdcOption *)composite->options->next())
132 - c = (ppdcChoice *)o->choices->next())
150 + for (g = (ppdcGroup *)d->groups->first(); g; g = (ppdcGroup *)d->groups->next())
151 + for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
156 + d = (ppdcDriver *)src->drivers->next();
162 + for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->options->next())
169 + for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
174 + size = (ppdcMediaSize *)d->sizes->next())
179 + compo = (ppdcOption *)composite->options->next())
184 + c = (ppdcChoice *)o->choices->next())