Alias Auto-Completion. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "complete/lib.h"#include "editor/lib.h"
Include dependency graph for complete.c:Go to the source code of this file.
Functions | |
| enum FunctionRetval | complete_alias_complete (struct EnterWindowData *wdata, int op) |
| Complete an Alias - Implements CompleteOps::complete() -. | |
| enum FunctionRetval | complete_alias_query (struct EnterWindowData *wdata, int op) |
| Complete an Alias Query - Implements CompleteOps::complete() -. | |
| enum FunctionRetval | complete_alias (struct EnterWindowData *wdata, int op) |
| Alias completion wrapper - Implements CompleteOps::complete() -. | |
Variables | |
| const struct CompleteOps | CompleteAliasOps |
| Auto-Completion of Aliases. | |
Alias Auto-Completion.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file complete.c.
| const struct CompleteOps CompleteAliasOps |
Auto-Completion of Aliases.
Definition at line 108 of file complete.c.