Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:GetPrompt

2062 CommandInterpreter::GetPrompt ()
2064 GetPrompt();
2091 if (reader.GetPrompt())
2093 out_file.Printf ("%s", reader.GetPrompt());
2103 if (out_file.IsValid() && reader.GetPrompt())
2105 out_file.Printf ("%s", reader.GetPrompt());
2130 if (out_file.IsValid() && !reader.IsDone() && reader.GetPrompt())
2132 out_file.Printf ("Please answer \"y\" or \"n\".\n%s", reader.GetPrompt());
2521 GetPrompt(),