Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dsearch.c185 if (!O_ISSET(sp, O_WRAPSCAN)) { in f_search()
214 if (!O_ISSET(sp, O_WRAPSCAN)) { in f_search()
314 if (fm->lno == 1 && !O_ISSET(sp, O_WRAPSCAN)) { in b_search()
342 if (!O_ISSET(sp, O_WRAPSCAN)) { in b_search()
H A Doptions.c291 {L("ws"), O_WRAPSCAN}, /* 4BSD */
/freebsd/usr.bin/vi/
H A Doptions_def.h83 #define O_WRAPSCAN 82 macro