Home
last modified time | relevance | path

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

/freebsd-head/contrib/nvi/vi/
HDv_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-head/contrib/nvi/common/
HDscreen.h119 #define SEARCH_PARSE 0x0020 /* Parse the search pattern. */ macro
HDsearch.c55 if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */ in search_init()
/freebsd-head/contrib/nvi/ex/
HDex.c1923 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()