Home
last modified time | relevance | path

Searched refs:nmatched (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmatch.c426 long nmatched; in next_search_hl() local
500 nmatched = vim_regexec_multi(&shl->rm, win, shl->buf, lnum, in next_search_hl()
528 nmatched = next_search_hl_pos(shl, lnum, &(cur->pos), matchcol); in next_search_hl()
530 nmatched = 0; in next_search_hl()
531 if (nmatched == 0) in next_search_hl()
538 || nmatched > 1 in next_search_hl()
H A Dsearch.c633 long nmatched; in searchit() local
747 nmatched = vim_regexec_multi(&regmatch, win, buf, in searchit()
765 if (nmatched > 0) in searchit()
796 ? (nmatched == 1 in searchit()
810 if (nmatched > 1) in searchit()
844 || (nmatched = vim_regexec_multi(&regmatch, in searchit()
925 if (nmatched > 1) in searchit()
955 || (nmatched = vim_regexec_multi(&regmatch, in searchit()
2890 int nmatched = 0; in is_zero_width() local
2927 if (nmatched != 0) in is_zero_width()
[all …]