Searched refs:re_compile (Results 1 – 6 of 6) 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
|
| H A D | extern.h | 93 int re_compile(SCR *,
|
| /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 | ex_extern.h | 93 int re_compile(SCR *,
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8831 #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()
|