Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_global.c133 re_compile(sp, sp->re, sp->re_len, in ex_g_setup()
138 if (re_compile(sp, ptrn, t - ptrn, &sp->re, in ex_g_setup()
H A Dex_subst.c139 re_compile(sp, sp->re, sp->re_len, in ex_s()
151 if (re_compile(sp, ptrn, t - ptrn, &sp->re, in ex_s()
154 if (re_compile(sp, ptrn, t - ptrn, &sp->subre, in ex_s()
258 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()
280 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
882 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
H A Dextern.h93 int re_compile(SCR *,
/freebsd/contrib/nvi/common/
H A Dsearch.c81 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
123 if (re_compile(sp, ptrn, plen, &sp->re, &sp->re_len, &sp->re_c, in search_init()
/freebsd/usr.bin/vi/
H A Dex_extern.h93 int re_compile(SCR *,
/freebsd/contrib/sqlite3/
H A Dshell.c8831 #define re_compile sqlite3re_compile macro
9427 static const char *re_compile( in re_compile() function
9547 zErr = re_compile(&pRe, zPattern, re_maxnfa(mxLen), in re_sql_func()
9615 zErr = re_compile(&pRe, zPattern, re_maxnfa(re_maxlen(context)), in re_bytecode_func()