Home
last modified time | relevance | path

Searched refs:maxbref (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/sed/
HDdefs.h70 unsigned int maxbref; /* Largest backreference. */ member
HDcompile.c566 s->maxbref = 0; in compile_subst()
604 if (s->maxbref < ref) in compile_subst()
605 s->maxbref = ref; in compile_subst()
HDprocess.c396 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) { in substitute()
399 linenum, fname, cp->u.s->maxbref); in substitute()