Searched refs:maxbref (Results 1 – 3 of 3) sorted by relevance
67 unsigned int maxbref; /* Largest backreference. */ member
571 s->maxbref = 0; in compile_subst()609 if (s->maxbref < ref) in compile_subst()610 s->maxbref = ref; in compile_subst()
393 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) { in substitute()396 linenum, fname, cp->u.s->maxbref); in substitute()