Lines Matching full:prompt
2810 char prompt[500] = "/ > ";
2845 snprintf(prompt, sizeof(prompt), "%s > ", "/");
2848 snprintf(prompt, sizeof(prompt), "%s:%s > ",
2851 snprintf(prompt, sizeof(prompt), "%s > ", ctxt->node->name);
2853 snprintf(prompt, sizeof(prompt), "? > ");
2854 prompt[sizeof(prompt) - 1] = 0;
2859 cmdline = ctxt->input(prompt);