Home
last modified time | relevance | path

Searched refs:SC_RE_SEARCH (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/nvi/dist/common/
H A Doptions_f.c199 if (F_ISSET(sp, SC_RE_SEARCH)) { in f_recompile()
201 F_CLR(sp, SC_RE_SEARCH); in f_recompile()
H A Dscreen.h271 #define SC_RE_SEARCH 0x00400000 /* Search RE has been compiled. */ macro
H A Dscreen.c189 if (F_ISSET(sp, SC_RE_SEARCH)) in screen_end1()
H A Dsearch.c89 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, in search_init()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_subst.c148 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_s()
292 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
467 if (!F_ISSET(sp, SC_RE_SEARCH)) { in s()
926 if (LF_ISSET(SEARCH_CSEARCH) && F_ISSET(sp, SC_RE_SEARCH)) { in re_compile()
928 F_CLR(sp, SC_RE_SEARCH); in re_compile()
1002 F_SET(sp, SC_RE_SEARCH); in re_compile()
H A Dex_global.c140 if (!F_ISSET(sp, SC_RE_SEARCH) && in ex_g_setup()