Lines Matching refs:options
129 int options, in search_regcomp() argument
160 else if (options & SEARCH_HIS) // put new pattern in history in search_regcomp()
175 if (!(options & SEARCH_KEEP) in search_regcomp()
615 int options, in searchit() argument
656 (options & (SEARCH_HIS + SEARCH_KEEP)), ®match) == FAIL) in searchit()
658 if ((options & SEARCH_MSG) && !rc_did_emsg) in searchit()
688 if (options & SEARCH_START) in searchit()
695 if (options & SEARCH_START) in searchit()
719 && (options & SEARCH_START) == 0) in searchit()
745 col = at_first_line && (options & SEARCH_COL) ? pos->col in searchit()
795 && ((options & SEARCH_END) && first_match in searchit()
841 if (matchcol == 0 && (options & SEARCH_START)) in searchit()
890 || ((options & SEARCH_END) in searchit()
994 if ((options & SEARCH_END) && !(options & SEARCH_NOOF) in searchit()
1056 if ((options & SEARCH_PEEK) in searchit()
1101 if (!shortmess(SHM_SEARCH) && (options & SEARCH_MSG)) in searchit()
1125 else if ((options & SEARCH_MSG) == SEARCH_MSG) in searchit()
1216 int options, in do_search() argument
1261 if (options & SEARCH_REV) in do_search()
1294 if (no_hlsearch && !(options & SEARCH_KEEP)) in do_search()
1362 else if ((options & SEARCH_OPT) && in do_search()
1389 if ((options & SEARCH_ECHO) && messaging() && in do_search()
1549 searchstr, count, spats[0].off.end + (options & in do_search()
1576 if (!(options & SEARCH_NOOF) || (pat != NULL && *pat == ';')) in do_search()
1616 if ((options & SEARCH_ECHO) in do_search()
1642 if (!(options & SEARCH_OPT) || pat == NULL || *pat != ';') in do_search()
1656 if (options & SEARCH_MARK) in do_search()
1662 if ((options & SEARCH_KEEP) || (cmdmod.cmod_flags & CMOD_KEEPPATTERNS)) in do_search()