Searched refs:re_compile (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_global.c | 133 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 D | ex_subst.c | 139 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
|
/freebsd/contrib/nvi/common/ |
H A D | search.c | 81 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 D | extern.h | 127 int re_compile(SCR *,
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 6337 #define re_compile sqlite3re_compile macro 6940 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile() function 7032 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0); in re_sql_func() 7077 zErr = re_compile(&pRe, zPattern, sqlite3_user_data(context)!=0); in re_bytecode_func()
|