Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions_f.c189 if (F_ISSET(sp, SC_RE_SEARCH)) { in f_recompile()
191 F_CLR(sp, SC_RE_SEARCH); in f_recompile()
H A Dscreen.h200 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
H A Dscreen.c172 if (F_ISSET(sp, SC_RE_SEARCH)) in screen_end()
H A Dsearch.c81 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c138 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s()
280 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
453 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s()
905 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
907 F_CLR(sp, SC_RE_SEARCH); in re_compile()
980 F_SET(sp, SC_RE_SEARCH); in re_compile()
H A Dex_global.c132 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()