Perform Auto-Completion. More...
Collaboration diagram for complete():Perform Auto-Completion.
| wdata | Enter Window data |
| op | Operation to perform, e.g. OP_EDITOR_COMPLETE |
| num | FunctionRetval, e.g. FR_SUCCESS |
| enum FunctionRetval complete_alias_query | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete an Alias Query - Implements CompleteOps::complete() -.
Definition at line 70 of file complete.c.
Here is the call graph for this function:
Here is the caller graph for this function:| enum FunctionRetval complete_alias | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Alias completion wrapper - Implements CompleteOps::complete() -.
Definition at line 95 of file complete.c.
Here is the call graph for this function:| enum FunctionRetval complete_file_mbox | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a Mailbox - Implements CompleteOps::complete() -.
Definition at line 46 of file complete.c.
Here is the call graph for this function:| enum FunctionRetval complete_file_simple | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a filename - Implements CompleteOps::complete() -.
Definition at line 113 of file complete.c.
Here is the call graph for this function:| enum FunctionRetval complete_command | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a NeoMutt Command - Implements CompleteOps::complete() -.
Definition at line 425 of file helpers.c.
Here is the call graph for this function:| enum FunctionRetval complete_label | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a label - Implements CompleteOps::complete() -.
Definition at line 450 of file helpers.c.
Here is the call graph for this function:| enum FunctionRetval complete_nm_query | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a Notmuch Query - Implements CompleteOps::complete() -.
Definition at line 213 of file complete.c.
Here is the call graph for this function:| enum FunctionRetval complete_nm_tag | ( | struct EnterWindowData * | wdata, |
| int | op ) |
Complete a Notmuch Tag - Implements CompleteOps::complete() -.
Definition at line 230 of file complete.c.
Here is the call graph for this function:
|
static |
Complete a NeoMutt Pattern - Implements CompleteOps::complete() -.
Definition at line 41 of file complete.c.
Here is the call graph for this function: