Searched refs:RE_C_SEARCH (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/nvi/ex/ |
| HD | ex_global.c | 137 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()
|
| HD | ex_subst.c | 143 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/ |
| HD | search.c | 92 RE_C_SEARCH | in search_init() 128 RE_C_SEARCH | in search_init()
|
| HD | screen.h | 106 #define RE_C_SEARCH 0x0002 /* Compile search replacement. */ macro
|