Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_search.c80 NULL, 0, SEARCH_PARSE | SEARCH_MSG | SEARCH_SET, dir)); in v_exaddr()
295 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir)); in v_searchN()
307 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir)); in v_searchn()
/freebsd/contrib/nvi/common/
H A Dscreen.h119 #define SEARCH_PARSE 0x0020 /* Parse the search pattern. */ macro
H A Dsearch.c55 if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */ in search_init()
/freebsd/contrib/nvi/ex/
H A Dex.c1923 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()