Home | History | Annotate | Download | only in tc

Lines Matching refs:next

136 	for (e = ematch_list; e; e = e->next) {
157 e->next = ematch_list;
178 for (t = tree; t; t = t->next) {
217 if (e->parse_eopt(n, &hdr, t->args->next) < 0)
236 for (t = head; t->next; t = t->next);
237 t->next = tree->child;
244 tree = tree->next;
247 for (i = 0, t = head; t; t = t->next, i++)
250 for (t = head; t; t = t->next)
288 args->next ? " " : "");
289 args = args->next;
551 for (t = tree; t; t = t->next) {
561 for (b = t->args; b; b = b->next)
562 printf("%s%s", b->data, b->next ? " " : "");