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

/freebsd-current/usr.bin/sed/
H A Ddefs.h67 unsigned int maxbref; /* Largest backreference. */ member in struct:s_subst
H A Dprocess.c393 if (defpreg != NULL && cp->u.s->maxbref > defpreg->re_nsub) {
396 linenum, fname, cp->u.s->maxbref);
H A Dcompile.c571 s->maxbref = 0;
609 if (s->maxbref < ref)
610 s->maxbref = ref;

Completed in 60 milliseconds