Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dsearch.c95 if (LF_ISSET(SEARCH_SET)) in search_init()
136 if (LF_ISSET(SEARCH_SET)) in search_init()
H A Dscreen.h190 #define SEARCH_SET 0x002000 /* Set search direction. */ macro
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_search.c91 NULL, 0, SEARCH_PARSE | SEARCH_MSG | SEARCH_SET, dir)); in v_exaddr()
385 rval = v_search(sp, vp, bp, len, SEARCH_SET | SEARCH_EXTEND, FORWARD); in v_searchw()
H A Dv_txt.c2631 sf = SEARCH_SET; in txt_isrch()
2634 sf = SEARCH_INCR | SEARCH_SET; in txt_isrch()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.c1917 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()