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