Searched refs:cmd_auto_complete (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | cli_readline.c | 486 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 627 if (cmd_auto_complete(prompt, in cli_readline_into_buffer()
|
D | command.c | 350 int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp) in cmd_auto_complete() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | command.h | 88 extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp);
|