Searched refs:SC_RE_SEARCH (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/nvi/common/ |
| H A D | options_f.c | 189 if (F_ISSET(sp, SC_RE_SEARCH)) { in f_recompile() 191 F_CLR(sp, SC_RE_SEARCH); in f_recompile()
|
| H A D | screen.h | 200 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
|
| H A D | screen.c | 172 if (F_ISSET(sp, SC_RE_SEARCH)) in screen_end()
|
| H A D | search.c | 81 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_subst.c | 138 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s() 280 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde() 453 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s() 905 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile() 907 F_CLR(sp, SC_RE_SEARCH); in re_compile() 980 F_SET(sp, SC_RE_SEARCH); in re_compile()
|
| H A D | ex_global.c | 132 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()
|