Home
last modified time | relevance | path

Searched refs:SEARCH_WRAP (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/nvi/dist/common/
H A Dsearch.c159 LF_SET(SEARCH_WRAP); in f_search()
188 if (!LF_ISSET(SEARCH_WRAP)) { in f_search()
217 if (!LF_ISSET(SEARCH_WRAP)) { in f_search()
303 LF_SET(SEARCH_WRAP); in b_search()
320 if (fm->lno == 1 && !LF_ISSET(SEARCH_WRAP)) { in b_search()
348 if (!LF_ISSET(SEARCH_WRAP)) { in b_search()
H A Dscreen.h193 #define SEARCH_WRAP 0x010000 /* Wrap past sof/eof. */ macro
/minix/external/bsd/nvi/dist/vi/
H A Dv_search.c414 LF_SET(SEARCH_WRAP); in v_esearch()