Searched refs:setPrompt (Results 1 – 10 of 10) sorted by relevance
12 r.setPrompt('prompt! ');
987 rli.setPrompt('ddd> ');1001 rli.setPrompt(prompt);
1187 rli.setPrompt('ddd> ');1201 rli.setPrompt(prompt);
240 this.setPrompt(prompt);365 setPrompt(prompt) { method in Interface410 this.setPrompt(query);420 this.setPrompt(this[kOldPrompt]);434 this.setPrompt(this[kOldPrompt]);
43 rl.setPrompt(prompt)
1202 ReflectApply(Interface.prototype.setPrompt, this, [prompt]);1207 REPLServer.prototype.setPrompt = function setPrompt(prompt) { method in REPLServer1209 ReflectApply(Interface.prototype.setPrompt, this, [prompt]);1731 ReflectApply(Interface.prototype.setPrompt, repl, ['']);1736 repl.setPrompt(repl._initialPrompt);
106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() function
1119 repl.setPrompt('debug> ');1142 repl.setPrompt('> ');
369 ### `rl.setPrompt(prompt)`377 The `rl.setPrompt()` method sets the prompt that will be written to `output`
250 * repl: proper `setPrompt()` and `multiline` support (Fedor Indutny)