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

/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h202 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
H A Doptions_f.c225 if (F_ISSET(sp, SC_RE_SEARCH)) {
227 F_CLR(sp, SC_RE_SEARCH);
H A Dscreen.c181 if (F_ISSET(sp, SC_RE_SEARCH))
H A Dsearch.c90 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp,
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_subst.c141 if (!F_ISSET(sp, SC_RE_SEARCH) &&
285 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re,
458 if (!F_ISSET(sp, SC_RE_SEARCH)) {
909 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) {
911 F_CLR(sp, SC_RE_SEARCH);
985 F_SET(sp, SC_RE_SEARCH);
H A Dex_global.c135 if (!F_ISSET(sp, SC_RE_SEARCH) &&

Completed in 112 milliseconds