Home
last modified time | relevance | path

Searched defs:re_compile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c895 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int fl… in re_compile() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6267 #define re_compile sqlite3re_compile macro
6870 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile() function