Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/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()
/dragonfly/contrib/nvi2/ex/
H A Dex_subst.c137 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s()
279 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
452 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s()
902 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
904 F_CLR(sp, SC_RE_SEARCH); in re_compile()
977 F_SET(sp, SC_RE_SEARCH); in re_compile()
H A Dex_global.c131 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()