Searched refs:totsofar (Results 1 – 1 of 1) sorted by relevance
1807 int totsofar = 0; in cs_fill_results() local1835 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()