Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/ex/
HDex_global.c137 NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
142 &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
HDex_subst.c143 NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_s()
155 &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_s()
286 sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_subtilde()
909 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
984 if (LF_ISSET(RE_C_SEARCH)) in re_compile()
/freebsd-11-stable/contrib/nvi/common/
HDsearch.c92 RE_C_SEARCH | in search_init()
128 RE_C_SEARCH | in search_init()
HDscreen.h106 #define RE_C_SEARCH 0x0002 /* Compile search replacement. */ macro