Home
last modified time | relevance | path

Searched refs:SEARCH_NOOF (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsearch.h33 #define SEARCH_NOOF 0x80 ///< don't add offset to position macro
H A Dsearch.c845 if ((options & SEARCH_END) && !(options & SEARCH_NOOF) in searchit()
1334 + ((pat != NULL && *pat == ';') ? 0 : SEARCH_NOOF)))), in do_search()
1359 if (!(options & SEARCH_NOOF) || (pat != NULL && *pat == ';')) { in do_search()
H A Dex_getln.c558 int search_flags = SEARCH_OPT + SEARCH_NOOF + SEARCH_PEEK; in may_do_incsearch_highlighting()
1584 int search_flags = SEARCH_NOOF; in may_do_command_line_next_incsearch()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsearch.c994 if ((options & SEARCH_END) && !(options & SEARCH_NOOF) in searchit()
1552 + ((pat != NULL && *pat == ';') ? 0 : SEARCH_NOOF))), in do_search()
1576 if (!(options & SEARCH_NOOF) || (pat != NULL && *pat == ';')) in do_search()
H A Dvim.h916 #define SEARCH_NOOF 0x80 // don't add offset to position macro
H A Dex_getln.c482 int search_flags = SEARCH_OPT + SEARCH_NOOF + SEARCH_PEEK; in may_do_incsearch_highlighting()
606 int search_flags = SEARCH_NOOF; in may_adjust_incsearch_highlighting()