Lines Matching refs:next
471 for (s = b->stmts; s; s = s->next)
573 struct valnode *next; member
614 for (p = hashtbl[hash]; p; p = p->next)
629 p->next = hashtbl[hash];
708 s = s->next;
725 struct slist *next, *last; local
733 for ( /*empty */ ; /*empty */ ; s = next)
746 next = this_op(s->next);
747 if (next == 0)
749 last = next;
755 if (s->s.code == BPF_ST && next->s.code == (BPF_LDX | BPF_MEM) && s->s.k == next->s.k)
758 next->s.code = BPF_MISC | BPF_TAX;
764 if (s->s.code == (BPF_LD | BPF_IMM) && next->s.code == (BPF_MISC | BPF_TAX))
767 next->s.code = BPF_MISC | BPF_TXA;
793 if (next->s.code != (BPF_LDX | BPF_MSH | BPF_B))
794 add = next;
796 add = this_op(next->next);
804 tax = this_op(add->next);
812 ild = this_op(tax->next);
1230 for (s = b->stmts; s != 0; s = s->next)
1252 for (s = b->stmts; s && s->next; s = s->next)
1289 while ((p = p->next) != NULL)
1298 for (s = b->stmts; s; s = s->next)
1503 for (ep = ep->next; ep != 0; ep = ep->next)
1568 for (ep = b->in_edges; ep != 0; ep = ep->next)
1598 for (ep = ep->next; ep != 0; ep = ep->next)
1663 for (ep = b->in_edges; ep != 0; ep = ep->next)
1723 parent->next = child->in_edges;
1872 x = x->next;
1874 y = y->next;
1881 x = x->next;
1882 y = y->next;
1961 for (; s; s = s->next)
2178 src = src->next;
2182 for (src = p->stmts; src; src = src->next)