Searched defs:prompt (Results 1 – 6 of 6) sorted by relevance
| /common/ |
| A D | cli_readline.c | 456 static int cread_line(const char *const prompt, char *buf, unsigned int *len, in cread_line() 516 static int cread_line(const char *const prompt, char *buf, unsigned int *len, in cread_line() 526 int cli_readline(const char *const prompt) in cli_readline() 546 static int cread_line_simple(const char *const prompt, char *p) in cread_line_simple() 646 int cli_readline_into_buffer(const char *const prompt, char *buffer, in cli_readline_into_buffer()
|
| A D | menu.c | 43 int prompt; member 380 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create()
|
| A D | cli_hush_modern.c | 299 char *prompt; in u_boot_cli_readline() local
|
| A D | bloblist.c | 455 static void show_value(const char *prompt, ulong value) in show_value()
|
| A D | command.c | 359 int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp) in cmd_auto_complete()
|
| A D | cli_hush.c | 974 char *prompt; in uboot_cli_readline() local
|
Completed in 18 milliseconds