Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dscreen.h102 #define RE_C_SILENT 0x0004 /* No error messages. */ macro
H A Dsearch.c85 (LF_ISSET(SEARCH_MSG) ? 0 : RE_C_SILENT))) in search_init()
126 (LF_ISSET(SEARCH_MSG) ? 0 : RE_C_SILENT) | in search_init()
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c953 if (!LF_ISSET(RE_C_SILENT)) in re_compile()