HomeSort by: relevance | last modified time | path
    Searched refs:max_backref (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-parse.h 32 int max_backref; member in struct:__anon5890
tre-compile.c 1895 parse_ctx.max_backref = -1;
1911 if (parse_ctx.max_backref >= 0 && parse_ctx.have_approx)
1919 if (parse_ctx.max_backref > (int)preg->re_nsub)
1926 tnfa->have_backrefs = parse_ctx.max_backref >= 0;
tre-parse.c 1530 ctx->max_backref = MAX(val, ctx->max_backref);

Completed in 31 milliseconds