Home | History | Annotate | Download | only in libpcap

Lines Matching refs:stmts

419 	for (s = b->stmts; s; s = s->next) {
667 s = b->stmts;
1145 for (s = b->stmts; s != 0; s = s->next)
1165 for (s = b->stmts; s && s->next; s = s->next)
1206 for (s = b->stmts; s; s = s->next)
1236 if (b->stmts != 0) {
1237 b->stmts = 0;
1636 s = (*b)->stmts;
1637 (*b)->stmts = 0;
1641 tmp = (*b)->stmts;
1644 (*b)->stmts = s;
1652 (*b)->stmts = 0;
1765 return eq_slist(b0->stmts, b1->stmts);
1824 * Return the number of stmts in 's'.
1872 * Return the number of stmts in the flowgraph reachable by 'p'.
1875 * Note that "stmts" means "instructions", and that this includes
1877 * side-effect statements in 'p' (slength(p->stmts));
1898 return slength(p->stmts) + n + 1 + p->longjt + p->longjf;
1973 max_stmts += slength(blocks[i]->stmts) + 1;
2023 slen = slength(p->stmts);
2037 src = p->stmts;
2047 for (src = p->stmts; src; src = src->next) {
2256 icount = slength(block->stmts) + 1 + block->longjt + block->longjf;