Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Doptions_f.c178 if (F_ISSET(sp, SC_RE_SUBST)) { in f_recompile()
180 F_CLR(sp, SC_RE_SUBST); in f_recompile()
H A Dscreen.h195 #define SC_RE_SUBST 0x00800000 /* Substitute RE has been compiled. */ macro
H A Dscreen.c186 if (F_ISSET(sp, SC_RE_SUBST)) in screen_end()
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c257 if (!F_ISSET(sp, SC_RE_SUBST) && re_compile(sp, in ex_subagain()
900 if (LF_ISSET(RE_C_SUBST) && F_ISSET(sp, SC_RE_SUBST)) { in re_compile()
902 F_CLR(sp, SC_RE_SUBST); in re_compile()
961 F_SET(sp, SC_RE_SUBST); in re_compile()