Auto-Completion API. More...
Modules | |
complete() | |
Perform Auto-Completion. | |
Functions | |
int | complete_alias_complete (struct EnterWindowData *wdata, int op) |
Complete an Alias - Implements complete_function_t -. | |
int | complete_alias_query (struct EnterWindowData *wdata, int op) |
Complete an Alias Query - Implements complete_function_t -. | |
int | complete_alias (struct EnterWindowData *wdata, int op) |
Alias completion wrapper - Implements complete_function_t -. | |
int | complete_file_mbox (struct EnterWindowData *wdata, int op) |
Complete a Mailbox - Implements complete_function_t -. | |
int | complete_file_simple (struct EnterWindowData *wdata, int op) |
Complete a filename - Implements complete_function_t -. | |
int | complete_command (struct EnterWindowData *wdata, int op) |
Complete a NeoMutt Command - Implements complete_function_t -. | |
int | complete_label (struct EnterWindowData *wdata, int op) |
Complete a label - Implements complete_function_t -. | |
int | complete_nm_query (struct EnterWindowData *wdata, int op) |
Complete a Notmuch Query - Implements complete_function_t -. | |
int | complete_nm_tag (struct EnterWindowData *wdata, int op) |
Complete a Notmuch Tag - Implements complete_function_t -. | |
int | complete_pattern (struct EnterWindowData *wdata, int op) |
Complete a NeoMutt Pattern - Implements complete_function_t -. | |
Auto-Completion API.
Prototype for an Auto-Completion Function.
wdata | Enter Window data |
op | Operation to perform, e.g. OP_EDITOR_COMPLETE |
num | FunctionRetval, e.g. FR_SUCCESS |
int complete_alias_complete | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete an Alias - Implements complete_function_t -.
Definition at line 41 of file complete.c.
int complete_alias_query | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete an Alias Query - Implements complete_function_t -.
Definition at line 70 of file complete.c.
int complete_alias | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Alias completion wrapper - Implements complete_function_t -.
Definition at line 95 of file complete.c.
int complete_file_mbox | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a Mailbox - Implements complete_function_t -.
Definition at line 46 of file complete.c.
int complete_file_simple | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a filename - Implements complete_function_t -.
Definition at line 113 of file complete.c.
int complete_command | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a NeoMutt Command - Implements complete_function_t -.
Definition at line 424 of file helpers.c.
int complete_label | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a label - Implements complete_function_t -.
Definition at line 449 of file helpers.c.
int complete_nm_query | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a Notmuch Query - Implements complete_function_t -.
Definition at line 214 of file complete.c.
int complete_nm_tag | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a Notmuch Tag - Implements complete_function_t -.
Definition at line 232 of file complete.c.
int complete_pattern | ( | struct EnterWindowData * | wdata, |
int | op | ||
) |
Complete a NeoMutt Pattern - Implements complete_function_t -.
Definition at line 41 of file complete.c.