Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dscreen.h183 #define SEARCH_IC 0x000040 /* Ignore case. */ macro
H A Dsearch.c132 SEARCH_IC | SEARCH_LITERAL | SEARCH_MSG | SEARCH_TAG))) in search_init()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_search.c406 LF_SET(SEARCH_IC); in v_esearch()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c905 if (LF_ISSET(SEARCH_IC)) in re_compile()