Home | History | Annotate | Download | only in libpcap

Lines Matching refs:slength

137 static int slength(struct slist *);
1880 slength(s)
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);