Home
last modified time | relevance | path

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

/trueos/contrib/nvi/common/
HDoptions_f.c225 if (F_ISSET(sp, SC_RE_SEARCH)) { in f_recompile()
227 F_CLR(sp, SC_RE_SEARCH); in f_recompile()
HDscreen.h202 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
HDscreen.c181 if (F_ISSET(sp, SC_RE_SEARCH)) in screen_end()
HDsearch.c90 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
/trueos/contrib/nvi/ex/
HDex_subst.c141 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s()
285 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
458 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s()
909 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
911 F_CLR(sp, SC_RE_SEARCH); in re_compile()
985 F_SET(sp, SC_RE_SEARCH); in re_compile()
HDex_global.c135 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()