#include "cache.h"
#include "config.h"
#include <poll.h>
#include <stdio.h>
#include <subcmd/help.h>
#include "../builtin.h"
#include "levenshtein.h"
Go to the source code of this file.
◆ add_cmd_list()
static int add_cmd_list |
( |
struct cmdnames * |
cmds, |
|
|
struct cmdnames * |
old |
|
) |
| |
|
static |
◆ help_unknown_cmd()
const char* help_unknown_cmd |
( |
const char * |
cmd | ) |
|
◆ levenshtein_compare()
static int levenshtein_compare |
( |
const void * |
p1, |
|
|
const void * |
p2 |
|
) |
| |
|
static |
◆ perf_unknown_cmd_config()
static int perf_unknown_cmd_config |
( |
const char * |
var, |
|
|
const char * |
value, |
|
|
void *cb |
__maybe_unused |
|
) |
| |
|
static |
◆ autocorrect