Searched refs:have_approx (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-parse.h46 int have_approx; member in struct:__anon2823
H A Dregexec.c236 return tnfa->have_approx;
297 else if (tnfa->have_approx || eflags & REG_APPROX_MATCHER)
426 if (params.max_cost == 0 && !tnfa->have_approx
H A Dtre-internal.h321 int have_approx; member in struct:tnfa
H A Dtre-compile.c3005 if (parse_ctx.max_backref >= 0 && parse_ctx.have_approx)
3021 tnfa->have_approx = parse_ctx.have_approx;
H A Dtre-parse.c1225 ctx->have_approx = 1;

Completed in 165 milliseconds