Searched refs:RE_C_SILENT (Results 1 – 3 of 3) sorted by relevance
102 #define RE_C_SILENT 0x0004 /* No error messages. */ macro
85 (LF_ISSET(SEARCH_MSG) ? 0 : RE_C_SILENT))) in search_init()126 (LF_ISSET(SEARCH_MSG) ? 0 : RE_C_SILENT) | in search_init()
953 if (!LF_ISSET(RE_C_SILENT)) in re_compile()