Searched refs:SC_RE_SUBST (Results 1 – 4 of 4) sorted by relevance
178 if (F_ISSET(sp, SC_RE_SUBST)) { in f_recompile()180 F_CLR(sp, SC_RE_SUBST); in f_recompile()
195 #define SC_RE_SUBST 0x00800000 /* Substitute RE has been compiled. */ macro
186 if (F_ISSET(sp, SC_RE_SUBST)) in screen_end()
257 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()