Searched refs:SEARCH_HIS (Results 1 – 4 of 4) sorted by relevance
160 else if (options & SEARCH_HIS) // put new pattern in history in search_regcomp()656 (options & (SEARCH_HIS + SEARCH_KEEP)), ®match) == FAIL) in searchit()1550 (SEARCH_KEEP + SEARCH_PEEK + SEARCH_HIS in do_search()
913 #define SEARCH_HIS 0x20 // put search pattern in history macro
3966 if (search_regcomp(pat, RE_SUBST, which_pat, SEARCH_HIS, ®match) == FAIL) in ex_substitute()4956 if (search_regcomp(pat, RE_BOTH, which_pat, SEARCH_HIS, ®match) == FAIL) in ex_global()
4257 flags = silent ? 0 : SEARCH_HIS | SEARCH_MSG; in get_address()