Home
last modified time | relevance | path

Searched refs:tre_tnfa_run_approx (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tre/lib/
Dtre.expsym43 tre_tnfa_run_approx
/netbsd/src/external/bsd/tre/dist/lib/
Dregexec.c169 status = tre_tnfa_run_approx(tnfa, string, (int)len, type, tags, in tre_match()
351 status = tre_tnfa_run_approx(tnfa, string, (int)len, type, tags, in tre_match_approx()
Dtre-internal.h279 tre_tnfa_run_approx(const tre_tnfa_t *tnfa, const void *string, int len,
Dtre-match-approx.c189 tre_tnfa_run_approx(const tre_tnfa_t *tnfa, const void *string, int len, in tre_tnfa_run_approx() function
/netbsd/src/external/bsd/tre/dist/
DChangeLog.old94 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed to work
339 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed a bug which
406 * tre/tre-match-approx.c (tre_tnfa_run_approx): Bugfix in handling
452 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed bugs. A