HomeSort by relevance Sort by last modified time
    Searched refs:prompt_str (Results 1 - 2 of 2) sorted by null

  /external/u-boot/cmd/
bedbug.c 195 char prompt_str[20]; /* Prompt string */ local
208 sprintf (prompt_str, "BEDBUG.%d =>", bug_ctx.current_bp);
212 len = cli_readline(prompt_str);
  /external/u-boot/common/
cli_hush.c 956 static inline void setup_prompt_string(int promptmode, char **prompt_str)
965 *prompt_str = PS1;
967 *prompt_str = PS2;
970 *prompt_str = (promptmode==1)? PS1 : PS2;
972 debug_printf("result %s\n",*prompt_str);
1003 char *prompt_str; local
1006 setup_prompt_string(i->promptmode, &prompt_str);
1014 cmdedit_read_input(prompt_str, the_command);
1016 fputs(prompt_str, stdout);
    [all...]

Completed in 1203 milliseconds