Home
last modified time | relevance | path

Searched defs:match_eo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-parallel.c121 int match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() local
H A Dtre-match-approx.c220 int match_eo = -1; in tre_tnfa_run_approx() local
H A Dtre-match-backtrack.c218 int match_eo = -1; in tre_tnfa_run_backtrack() local
H A Dregexec.c40 const tre_tnfa_t *tnfa, int *tags, int match_eo) in tre_fill_pmatch()