Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dquickfix.h8 #define VGR_GLOBAL 1 macro
H A Dex_cmds.c6110 *flags |= VGR_GLOBAL; in skip_vimgrep_pat()
H A Dquickfix.c5235 if ((flags & VGR_GLOBAL) == 0 || regmatch->endpos[0].lnum > 0) { in vgr_match_buflines()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2529 #define VGR_GLOBAL 1 macro
H A Dquickfix.c5977 if ((flags & VGR_GLOBAL) == 0 in vgr_match_buflines()
6022 if ((flags & VGR_GLOBAL) == 0) in vgr_match_buflines()
H A Dex_cmds.c5368 *flags |= VGR_GLOBAL; in skip_vimgrep_pat_ext()