Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dscreen.h111 #define SEARCH_INCR 0x0008 /* Search incrementally. */ macro
H A Dsearch.c177 if (LF_ISSET(SEARCH_INCR)) { in f_search()
299 if (LF_ISSET(SEARCH_INCR)) { in b_search()
/openbsd/usr.bin/vi/vi/
H A Dv_txt.c2575 sf = SEARCH_INCR | SEARCH_SET; in txt_isrch()