Home | History | Annotate | Download | only in libxml2

Lines Matching refs:prompt

785  * @prompt:  the prompt value
793 xmlShellReadline(char *prompt) {
798 line_read = readline (prompt);
810 if (prompt != NULL)
811 fprintf(stdout, "%s", prompt);