Lines Matching defs:completion
277 * their own customized completion functions.
281 * Ambiguous completion matches are recorded in objects of the
287 * Create a new completion object.
292 * Delete a redundant completion object.
298 * are called upon to return an array of possible completion suffixes
302 * completion before returning.
352 * cpl_file_completions() is the builtin filename completion callback
357 * NULL to request the default behaviour of the file-completion function,
430 * When an error occurs while performing a completion, custom completion
437 * cpl WordCompletion * The string-completion resource object that was
444 * This function can be used to replace the builtin filename-completion
445 * function with one of the user's choice. The user's completion function
446 * has the option of calling the builtin filename-completion function
467 * This function allows you to install alternate completion action
468 * functions or completion listing functions, or to change the
469 * completion function of an existing action of the same type. This
486 * to perform the completion.
1532 * functions. It adds one possible completion of the token that is being
1533 * completed to an array of completions. If the completion needs any
1554 * appends this string to the completion to indicate
1557 * cont_suffix const char * If this turns out to be the only completion,
1560 * file-completion callback registers a directory
1575 * Each possible completion string is recorded in an array element of
1579 char *completion; /* The matching completion string */
1580 char *suffix; /* The pointer into completion[] at which the */
1583 /* to indicate the type of the completion. */
1591 /* completion suffixes. */
1593 /* the sole completion when nmatch==1. */
1594 CplMatch *matches; /* The array of possible completion strings, */
1600 * Given an input line and the point at which completion is to be
1604 * cpl WordCompletion * The word-completion resource object.
1612 * record completion suffixes.
1628 * cpl WordCompletion * The completion resource object.
1663 * cpl WordCompletion * The string-completion resource object.
1678 * completion of selected files in this cache.
1785 * pca_path_completions() is a completion callback function for use directly
1787 * from your own completion callback function. It requires that a PcaPathConf