Lines Matching defs:prompt
433 * Print the prompt string and read a command from the
439 * prompt Pointer to string to use as prompt string
446 * substituted for %d, %x or %o in the prompt.
449 char *kdb_getstr(char *buffer, size_t bufsize, const char *prompt)
451 if (prompt && kdb_prompt_str != prompt)
452 strscpy(kdb_prompt_str, prompt, CMD_BUFLEN);
673 * The "[nn]kdb> " prompt should
676 * The "[nn]more " prompt should also be
741 * prompt) and it has completed. Replace the \0 with
777 * kdb_nextline to control when the more prompt should
852 "more prompt, input ignored\n");