HomeSort by relevance Sort by last modified time
    Searched defs:WordCompletion (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libtecla/common/
cplmatch.c 75 struct WordCompletion {
85 static void cpl_sort_matches(WordCompletion *cpl);
86 static void cpl_zap_duplicates(WordCompletion *cpl);
87 static void cpl_clear_completions(WordCompletion *cpl);
165 * return WordCompletion * The new object, or NULL on error.
167 WordCompletion *new_WordCompletion(void)
169 WordCompletion *cpl; /* The object to be returned */
173 cpl = (WordCompletion *) malloc(sizeof(WordCompletion));
236 * cpl WordCompletion * The object to be deleted
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtecla/
libtecla.h 275 * The WordCompletion module is used for completing incomplete words, such
284 typedef struct WordCompletion WordCompletion;
289 WordCompletion *new_WordCompletion(void);
294 WordCompletion *del_WordCompletion(WordCompletion *cpl);
305 * cpl WordCompletion * An opaque pointer to the object that will
319 #define CPL_MATCH_FN(fn) int (fn)(WordCompletion *cpl, void *data, \
437 * cpl WordCompletion * The string-completion resource object that was
441 void cpl_record_error(WordCompletion *cpl, const char *errmsg)
    [all...]

Completed in 240 milliseconds