Searched refs:SEARCH_PARSE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_search.c | 80 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 D | screen.h | 119 #define SEARCH_PARSE 0x0020 /* Parse the search pattern. */ macro
|
H A D | search.c | 55 if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */ in search_init()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex.c | 1923 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()
|