CplMatch
CplMatch *match = matches + src;
CplMatch *match = result->matches + i;
CplMatch *match = result->matches + m;
cpl->result.matches = (CplMatch *) malloc(sizeof(cpl->result.matches[0]) *
CplMatch *match; /* The container of the new match */
CplMatch *matches = (CplMatch *) realloc(cpl->result.matches,
const CplMatch *m1 = (const CplMatch *) v1;
const CplMatch *m2 = (const CplMatch *) v2;
const CplMatch *m1 = (const CplMatch *) v1;
const CplMatch *m2 = (const CplMatch *) v2;
CplMatch *matches; /* The array of matches */
CplMatch *matches; /* The array of possible completion strings, */