Lines Matching defs:next
15 * next paragraph) shall be included in all copies or substantial portions
318 struct st_variant *next = v->next;
320 v = next;
766 v->next = first->next;
767 first->next = v;
785 v = st_common_variant(v->base.next)) {
1079 fpv = st_fp_variant(fpv->base.next)) {
1132 struct st_variant *next = v->next;
1140 *prevPtr = next;
1145 prevPtr = &v->next;
1147 v = next;