Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/vi/
H A Dv_search.c91 NULL, 0, SEARCH_PARSE | SEARCH_MSG | SEARCH_SET, dir)); in v_exaddr()
306 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir)); in v_searchN()
318 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir)); in v_searchn()
/minix/external/bsd/nvi/dist/common/
H A Dscreen.h189 #define SEARCH_PARSE 0x001000 /* Parse the search pattern. */ macro
H A Dsearch.c63 if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */ in search_init()
/minix/external/bsd/nvi/dist/ex/
H A Dex_tag.c987 SEARCH_FIRST | SEARCH_TAG | SEARCH_PARSE)) { in ctag_search()
H A Dex.c1917 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()