Searched refs:SEARCH_MSG (Results 1 – 5 of 5) sorted by relevance
658 if ((options & SEARCH_MSG) && !rc_did_emsg) in searchit()1101 if (!shortmess(SHM_SEARCH) && (options & SEARCH_MSG)) in searchit()1125 else if ((options & SEARCH_MSG) == SEARCH_MSG) in searchit()1551 + SEARCH_MSG + SEARCH_START in do_search()
910 #define SEARCH_MSG 0x0c // give messages (yes, it's not 0x04) macro
4257 flags = silent ? 0 : SEARCH_HIS | SEARCH_MSG; in get_address()4312 (char_u *)"", 1L, SEARCH_MSG, i, NULL) != FAIL) in get_address()
5429 int searchflags = SEARCH_MSG + SEARCH_MARK; in gui_do_findrepl()
4417 opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG, &sia); in normal_search()