Searched refs:CplMatch (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1584 } CplMatch; typedef1594 CplMatch *matches; /* The array of possible completion strings, */