Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dkey.h203 #define TXT_SEARCHINCR 0x08000000 /* Incremental search. */ macro
/openbsd/usr.bin/vi/vi/
H A Dv_search.c84 (O_ISSET(sp, O_SEARCHINCR) ? TXT_SEARCHINCR : 0))) in v_exaddr()
H A Dv_txt.c452 LF_ISSET(TXT_SEARCHINCR) ? IS_RESTART | IS_RUNNING : 0); in v_txt()