Searched refs:SC_RE_SEARCH (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/nvi/common/ |
| HD | options_f.c | 225 if (F_ISSET(sp, SC_RE_SEARCH)) { in f_recompile() 227 F_CLR(sp, SC_RE_SEARCH); in f_recompile()
|
| HD | screen.h | 202 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
|
| HD | screen.c | 181 if (F_ISSET(sp, SC_RE_SEARCH)) in screen_end()
|
| HD | search.c | 90 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
|
| /trueos/contrib/nvi/ex/ |
| HD | ex_subst.c | 141 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s() 285 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde() 458 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s() 909 if (LF_ISSET(RE_C_SEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile() 911 F_CLR(sp, SC_RE_SEARCH); in re_compile() 985 F_SET(sp, SC_RE_SEARCH); in re_compile()
|
| HD | ex_global.c | 135 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()
|