Home | History | Annotate | Download | only in libpcap

Lines Matching full:stmts

456 	for (s = b->stmts; s; s = s->next) {
706 s = b->stmts;
1175 for (s = b->stmts; s != 0; s = s->next)
1197 for (s = b->stmts; s && s->next; s = s->next)
1238 for (s = b->stmts; s; s = s->next)
1268 if (b->stmts != 0) {
1269 b->stmts = 0;
1681 s = (*b)->stmts;
1682 (*b)->stmts = 0;
1686 tmp = (*b)->stmts;
1689 (*b)->stmts = s;
1697 (*b)->stmts = 0;
1817 return eq_slist(b0->stmts, b1->stmts);
1877 * Return the number of stmts in 's'.
1928 * Return the number of stmts in the flowgraph reachable by 'p'.
1931 * Note that "stmts" means "instructions", and that this includes
1933 * side-effect statements in 'p' (slength(p->stmts));
1955 return slength(p->stmts) + n + 1 + p->longjt + p->longjf;
2031 max_stmts += slength(blocks[i]->stmts) + 1;
2082 slen = slength(p->stmts);
2096 src = p->stmts;
2106 for (src = p->stmts; src; src = src->next) {