Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h68 unsigned int maxbref; /* Largest backreference. */ member
H A Dcompile.c474 s->maxbref = 0; in compile_subst()
512 if (s->maxbref < ref) in compile_subst()
513 s->maxbref = ref; in compile_subst()
H A Dprocess.c386 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) { in substitute()
389 cp->u.s->maxbref); in substitute()