Searched refs:cmd_auto_complete (Results 1 – 3 of 3) sorted by relevance
/u-boot/common/ |
A D | cli_readline.c | 488 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 628 if (cmd_auto_complete(prompt, in cli_readline_into_buffer()
|
A D | command.c | 358 int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp) in cmd_auto_complete() function
|
/u-boot/include/ |
A D | command.h | 90 int cmd_auto_complete(const char *const prompt, char *buf, int *np,
|
Completed in 10 milliseconds