Home
last modified time | relevance | path

Searched refs:SEARCH_NOOPT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dsearch.c163 if (!LF_ISSET(SEARCH_NOOPT) && O_ISSET(sp, O_WRAPSCAN)) in f_search()
308 if (!LF_ISSET(SEARCH_NOOPT) && O_ISSET(sp, O_WRAPSCAN)) in b_search()
H A Dscreen.h188 #define SEARCH_NOOPT 0x000800 /* Ignore edit options. */ macro
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_search.c402 LF_INIT(SEARCH_NOOPT); in v_esearch()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c909 if (!LF_ISSET(SEARCH_NOOPT | SEARCH_CSCOPE | SEARCH_TAG)) { in re_compile()