Searched refs:SEARCH_PEEK (Results 1 – 5 of 5) sorted by relevance
919 #define SEARCH_PEEK 0x800 // peek for typed char, cancel search macro
1056 if ((options & SEARCH_PEEK) in searchit()1550 (SEARCH_KEEP + SEARCH_PEEK + SEARCH_HIS in do_search()
482 int search_flags = SEARCH_OPT + SEARCH_NOOF + SEARCH_PEEK; in may_do_incsearch_highlighting()
5873 Solution: Pass SEARCH_PEEK to dosearch().
21952 Solution: Don't pass SEARCH_PEEK and don't call char_avail(). (haya14busa,33811 Solution: Remove SEARCH_PEEK from searchit flags. Add a test. (Christian