Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex.h153 #define E_SEARCH_WMSG 0x01000000 /* Display search-wrapped message. */ macro
H A Dex.c1924 (F_ISSET(ecp, E_SEARCH_WMSG) ? SEARCH_WMSG : 0))) { in ex_line()
/freebsd/contrib/nvi/vi/
H A Dv_search.c140 F_SET(&gp->excmd, E_SEARCH_WMSG); in v_exaddr()