Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-parse.h32 int max_backref; member
H A Dtre-compile.c1895 parse_ctx.max_backref = -1; in tre_compile()
1911 if (parse_ctx.max_backref >= 0 && parse_ctx.have_approx) in tre_compile()
1919 if (parse_ctx.max_backref > (int)preg->re_nsub) in tre_compile()
1926 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in tre_compile()
H A Dtre-parse.c1530 ctx->max_backref = MAX(val, ctx->max_backref); in tre_parse()