Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/ex/
Dex_global.c134 NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
139 &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
Dex_subst.c140 NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_s()
152 &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_s()
281 sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_subtilde()
903 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
977 if (LF_ISSET(RE_C_SEARCH)) in re_compile()
/freebsd-12-stable/contrib/nvi/common/
Dsearch.c83 RE_C_SEARCH | in search_init()
119 RE_C_SEARCH | in search_init()
Dscreen.h104 #define RE_C_SEARCH 0x0002 /* Compile search replacement. */ macro