Searched defs:prompt (Results 1 – 6 of 6) sorted by relevance
15 def mips_run_common_commands(test, prompt='#'): argument
413 def console_ssh_init(self, prompt, user, pw): argument423 def console_sshd_config(self, prompt): argument
39 char prompt[256]; member
387 def prompt(self) -> str: member in QMPShell
533 void readline_start(ReadLineState *rs, const char *prompt, int read_password, in readline_start()
324 static char prompt[FILENAME_MAX + 2 /*"> "*/ + 1 /*"\0"*/ ]; in get_prompt() local