Home
last modified time | relevance | path

Searched refs:SC_RE_SUBST (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/nvi/common/
Doptions_f.c229 if (F_ISSET(sp, SC_RE_SUBST)) { in f_recompile()
231 F_CLR(sp, SC_RE_SUBST); in f_recompile()
Dscreen.h203 #define SC_RE_SUBST 0x00800000 /* Substitute RE has been compiled. */ macro
Dscreen.c185 if (F_ISSET(sp, SC_RE_SUBST)) in screen_end()
/freebsd-10-stable/contrib/nvi/ex/
Dex_subst.c262 if (!F_ISSET(sp, SC_RE_SUBST) && in ex_subagain()
913 if (LF_ISSET(RE_C_SUBST) && F_ISSET(sp, SC_RE_SUBST)) { in re_compile()
915 F_CLR(sp, SC_RE_SUBST); in re_compile()
987 F_SET(sp, SC_RE_SUBST); in re_compile()