Searched refs:matches_dim (Results 1 – 1 of 1) sorted by relevance
76 int matches_dim; /* The allocated size of result.matches[] */ member183 cpl->matches_dim = 0; in new_WordCompletion()212 cpl->matches_dim = STR_BLK_FACT; in new_WordCompletion()214 cpl->matches_dim); in new_WordCompletion()314 if(cpl->result.nmatch+1 > cpl->matches_dim) { in cpl_add_completion()315 int needed = cpl->matches_dim + STR_BLK_FACT; in cpl_add_completion()325 cpl->matches_dim = needed; in cpl_add_completion()