Searched refs:RE_C_SEARCH (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/vi/ex/ |
H A D | ex_global.c | 135 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 D | ex_subst.c | 140 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 D | screen.h | 101 #define RE_C_SEARCH 0x0002 /* Compile search replacement. */ macro
|
H A D | search.c | 84 RE_C_SEARCH | in search_init() 125 RE_C_SEARCH | in search_init()
|