Lines Matching refs:CplMatch
215 cpl->result.matches = (CplMatch *) malloc(sizeof(cpl->result.matches[0]) * in new_WordCompletion()
299 CplMatch *match; /* The container of the new match */ in cpl_add_completion()
318 CplMatch *matches = (CplMatch *) realloc(cpl->result.matches, in cpl_add_completion()
383 const CplMatch *m1 = (const CplMatch *) v1; in cpl_cmp_matches()
384 const CplMatch *m2 = (const CplMatch *) v2; in cpl_cmp_matches()
413 const CplMatch *m1 = (const CplMatch *) v1; in cpl_cmp_suffixes()
414 const CplMatch *m2 = (const CplMatch *) v2; in cpl_cmp_suffixes()
974 CplMatch *matches; /* The array of matches */ in cpl_zap_duplicates()
1002 CplMatch *match = matches + src; in cpl_zap_duplicates()
1053 CplMatch *match = result->matches + i; in cpl_plan_listing()
1130 CplMatch *match = result->matches + m; in cpl_format_line()