Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/ex/
H A Dex_global.c135 sp->re, sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
140 &sp->re, &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_g_setup()
H A Dex_subst.c140 sp->re, sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_s()
152 &sp->re, &sp->re_len, &sp->re_c, RE_C_SEARCH)) in ex_s()
280 sp->re, sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH)) in ex_subtilde()
896 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
958 if (LF_ISSET(RE_C_SEARCH)) in re_compile()
/openbsd/usr.bin/vi/common/
H A Dscreen.h101 #define RE_C_SEARCH 0x0002 /* Compile search replacement. */ macro
H A Dsearch.c84 RE_C_SEARCH | in search_init()
125 RE_C_SEARCH | in search_init()