Lines Matching refs:assert
386 assert(!MORE() || SEE(stop)); in p_ere()
407 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
423 assert(p->pend[subno] != 0); in p_ere_exp()
631 assert(MORE()); /* caller should have ensured this */ in p_simp_re()
661 assert(p->pend[subno] != 0); in p_simp_re()
680 assert(i < NPAREN); in p_simp_re()
682 assert(i <= p->g->nsub); in p_simp_re()
684 assert(p->pbegin[i] != 0); in p_simp_re()
685 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
686 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
829 assert(cs->multis == NULL); /* xxx */ in p_bracket()
1030 assert(isalpha(ch)); in othercase()
1059 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
1066 assert(p->next == bracket+2); in bothcases()
1124 assert(p->next == bracket+3); in nonnewline()
1158 assert(from <= to); in repeat()
1188 assert(copy == finish+4); in repeat()
1251 assert(nc % CHAR_BIT == 0); in allocset()
1376 assert(never); in firstch()
1456 assert(fp != NULL);
1468 assert(cs->multis != NULL);
1527 assert(cs->multis == NULL); /* xxx */ in mcinvert()
1547 assert(cs->multis == NULL); /* xxx */ in mccase()
1655 assert(finish >= start); in dupl()
1687 assert(opnd < 1<<OPSHIFT); in doemit()
1721 assert(HERE() == sn+1); in doinsert()
1725 assert(pos > 0); in doinsert()
1756 assert(value < 1<<OPSHIFT); in dofwd()
1885 assert(cp < g->must + g->mlen); in findmust()
1888 assert(cp == g->must + g->mlen); in findmust()