Searched defs:CplMatches (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1597 } CplMatches; typedef in typeref:struct:__anon4117
1614 * return CplMatches * The container of the array of possible
1620 CplMatches *cpl_complete_word(WordCompletion *cpl, const char *line,
1630 * return CplMatches * The container of the array of possible
1642 CplMatches *cpl_recall_matches(WordCompletion *cpl);
1648 * result CplMatches * The container of the sorted array of
1656 int cpl_list_completions(CplMatches *result, FILE *fp, int term_width);

Completed in 56 milliseconds