Searched refs:cmd_auto_complete (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/common/ |
H A D | cli_readline.c | 485 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 629 if (cmd_auto_complete(prompt, in cli_readline_into_buffer()
|
H A D | command.c | 349 int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp) in cmd_auto_complete() function
|
/openbmc/u-boot/include/ |
H A D | command.h | 87 extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp);
|