Searched refs:SEARCH_CSUBST (Results 1 – 2 of 2) sorted by relevance
165 &sp->subre_len, &sp->subre_c, SEARCH_CSUBST | SEARCH_MSG)) in ex_s()271 NULL, NULL, &sp->subre_c, SEARCH_CSUBST | SEARCH_MSG)) in ex_subagain()930 if (LF_ISSET(SEARCH_CSUBST) && F_ISSET(sp, SC_RE_SUBST)) { in re_compile()1003 if (LF_ISSET(SEARCH_CSUBST)) in re_compile()
179 #define SEARCH_CSUBST 0x000004 /* Compile substitute replacement. */ macro