Lines Matching defs:next
50 struct sretrace_info *next;
61 /* point to the next state block */
126 rp = rp->next; \
175 ri->next = retrace_info; \
184 retrace_info = retrace_info->next; \
674 s->next = source;
797 s->next = source;
1080 s = s->next;
1087 s->next = source;
1179 /* store; then read and compare next character */
1189 /* read next character */
1219 source = source->next;
1294 source = s->next;
1300 source = s = s->next;
1312 * return the next character. Do this by
1314 * next character and then put it back in the
1318 source = s->next;
1325 s->next = source;
1340 source = s = s->next;
1622 goto next;
1625 goto next;
1628 goto next;
1661 next:
1725 rp = rp->next;
1740 s->next = source;
1766 /* ignore the \newline; get the next char... */