Home
last modified time | relevance | path

Searched refs:tre_regawnexec (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/tre/dist/win32/
Dtre.def13 tre_regawnexec @10
/netbsd/src/external/bsd/tre/dist/lib/
Dregex.h30 #define regawnexec tre_regawnexec
Dregexec.c394 tre_regawnexec(const regex_t *preg, const wchar_t *str, size_t len, in tre_regawnexec() function
406 return tre_regawnexec(preg, str, (unsigned)-1, match, params, eflags); in tre_regawexec()
Dtre.h249 tre_regawnexec(const regex_t *preg, const wchar_t *string, size_t len, in __weak_alias()
/netbsd/src/external/bsd/tre/lib/
Dtre.expsym24 tre_regawnexec
/netbsd/src/external/bsd/tre/dist/python/
Dtre-python.c378 rc = tre_regawnexec(&self->rgx, buf, len, &mo->am, fz->ap, eflags); in PyTrePattern_search()