Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/ex/
H A Dex.h154 #define E_SEARCH_WMSG 0x01000000 /* Display search-wrapped message. */ macro
H A Dex.c1903 (F_ISSET(ecp, E_SEARCH_WMSG) ? SEARCH_WMSG : 0))) { in ex_line()
/openbsd/usr.bin/vi/vi/
H A Dv_search.c139 F_SET(&gp->excmd, E_SEARCH_WMSG); in v_exaddr()