Searched refs:SC_RE_SUBST (Results 1 – 4 of 4) sorted by relevance
203 if (F_ISSET(sp, SC_RE_SUBST)) { in f_recompile()205 F_CLR(sp, SC_RE_SUBST); in f_recompile()
272 #define SC_RE_SUBST 0x00800000 /* Substitute RE has been compiled. */ macro
193 if (F_ISSET(sp, SC_RE_SUBST)) in screen_end1()
269 if (!F_ISSET(sp, SC_RE_SUBST) && in ex_subagain()930 if (LF_ISSET(SEARCH_CSUBST) && F_ISSET(sp, SC_RE_SUBST)) { in re_compile()932 F_CLR(sp, SC_RE_SUBST); in re_compile()1004 F_SET(sp, SC_RE_SUBST); in re_compile()