Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/vi/
H A Dv_search.c385 rval = v_search(sp, vp, bp, len, SEARCH_SET | SEARCH_EXTEND, FORWARD); in v_searchw()
404 LF_SET(SEARCH_EXTEND); in v_esearch()
/minix/external/bsd/nvi/dist/common/
H A Dscreen.h181 #define SEARCH_EXTEND 0x000010 /* Extended RE. */ macro
H A Dsearch.c126 SEARCH_CSEARCH | LF_ISSET(SEARCH_CSCOPE | SEARCH_EXTEND | in search_init()
/minix/external/bsd/nvi/dist/ex/
H A Dex_subst.c903 if (LF_ISSET(SEARCH_EXTEND)) in re_compile()