Lines Matching refs:stmts
471 for (s = b->stmts; s; s = s->next)
728 s = b->stmts;
1230 for (s = b->stmts; s != 0; s = s->next)
1252 for (s = b->stmts; s && s->next; s = s->next)
1298 for (s = b->stmts; s; s = s->next)
1328 if (b->stmts != 0)
1330 b->stmts = 0;
1755 s = (*b)->stmts;
1756 (*b)->stmts = 0;
1760 tmp = (*b)->stmts;
1763 (*b)->stmts = s;
1771 (*b)->stmts = 0;
1891 return eq_slist(b0->stmts, b1->stmts);
2028 return slength(p->stmts) + n + 1 + p->longjt + p->longjf;
2106 max_stmts += slength(blocks[i]->stmts) + 1;
2156 slen = slength(p->stmts);
2171 src = p->stmts;
2182 for (src = p->stmts; src; src = src->next)