HomeSort by: relevance | last modified time | path
    Searched defs:re_compile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_subst.c 149 re_compile(sp, sp->re, sp->re_len,
161 if (re_compile(sp, ptrn, t - ptrn, &sp->re,
164 if (re_compile(sp, ptrn, t - ptrn, &sp->subre,
270 re_compile(sp, sp->subre, sp->subre_len,
292 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re,
888 * re_compile --
891 * PUBLIC: int re_compile __P((SCR *,
895 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int flags) function
ex_subst.c 149 re_compile(sp, sp->re, sp->re_len,
161 if (re_compile(sp, ptrn, t - ptrn, &sp->re,
164 if (re_compile(sp, ptrn, t - ptrn, &sp->subre,
270 re_compile(sp, sp->subre, sp->subre_len,
292 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re,
888 * re_compile --
891 * PUBLIC: int re_compile __P((SCR *,
895 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int flags) function
  /src/external/public-domain/sqlite/dist/
shell.c 6267 #define re_compile sqlite3re_compile macro
6854 ** for every call to re_compile() to avoid memory leaks.
6870 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ function
6962 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0);
7007 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0);
shell.c 6267 #define re_compile sqlite3re_compile macro
6854 ** for every call to re_compile() to avoid memory leaks.
6870 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ function
6962 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0);
7007 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0);

Completed in 187 milliseconds