Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c1807 int totsofar = 0; in cs_fill_results() local
1835 matches[totsofar] = cs_make_vim_style_matches(fullname, slno, in cs_fill_results()
1841 cntxts[totsofar] = NULL; in cs_fill_results()
1845 cntxts[totsofar] = (char *)vim_strsave((char_u *)cntx); in cs_fill_results()
1847 if (matches[totsofar] != NULL) in cs_fill_results()
1848 totsofar++; in cs_fill_results()
1857 if (totsofar == 0) in cs_fill_results()
1863 *matched = totsofar; in cs_fill_results()