Home
last modified time | relevance | path

Searched refs:SEARCH_WMSG (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/nvi/dist/common/
H A Dsearch.c259 if (wrapped && LF_ISSET(SEARCH_WMSG)) in f_search()
400 if (wrapped && LF_ISSET(SEARCH_WMSG)) in b_search()
H A Dscreen.h192 #define SEARCH_WMSG 0x008000 /* Display search-wrapped messages. */ macro
/netbsd/external/bsd/nvi/dist/vi/
H A Dv_search.c438 LF_SET(SEARCH_WMSG); in v_search()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex.c1918 (F_ISSET(ecp, E_SEARCH_WMSG) ? SEARCH_WMSG : 0))) { in ex_line()