Searched refs:SEARCH_START (Results 1 – 8 of 8) sorted by relevance
688 if (options & SEARCH_START) in searchit()695 if (options & SEARCH_START) in searchit()719 && (options & SEARCH_START) == 0) in searchit()841 if (matchcol == 0 && (options & SEARCH_START)) in searchit()1551 + SEARCH_MSG + SEARCH_START in do_search()2914 flag = SEARCH_START; in is_zero_width()
916 #define SEARCH_START 0x100 // start search without col offset macro
2307 || find_decl(ptr, len, nchar == 'd', thisblock, SEARCH_START) in nv_gd()2502 searchflags &= ~SEARCH_START; in find_decl()
8049 options |= SEARCH_START; in search_cmn()8567 options |= SEARCH_START; in do_searchpair()8607 options &= ~SEARCH_START; in do_searchpair()
494 search_flags += SEARCH_START; in may_do_incsearch_highlighting()
5434 searchflags += SEARCH_START; in gui_do_findrepl()
6419 Solution: Remove the SEARCH_START flag.
11904 Solution: Add the SEARCH_START flag. (Mleddy)11930 Solution: Remove the SEARCH_START flag when looping. Add a test.